#102F54

Color #102F54 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #102F54

Tints of Regal Blue #102F54

Color information

#102F54 (or 0x102F54) is unknown color: approx Regal Blue. HEX triplet: 10, 2F and 54. RGB value is (16,47,84). Sum of RGB (Red+Green+Blue) = 16+47+84=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 84 (33.20% from 255 or 57.14% from 147); Max value from RGB is 84 - color contains mainly: blue. Hex color #102F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102F54 is #EFD0AB. Grayscale: #292929. Windows color (decimal): -15716524 or 5517072. OLE color: 5517072.

HSL color Cylindrical-coordinate representation of color #102F54: hue angle of 212.65º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #102F54 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB164784-
CMYK0.810.4400.67
HSL212.65º68%19.61%-
HSV(B)212.65º80.95%32.94%-
XYZ2.832.788.78-
YUV41.95151.73109.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 10.88%
GREEN value IS 47 (18.75% from 255) = 31.97%
BLUE value IS 84 (33.20% from 255) = 57.14%
R=10.88%
G=31.97%
B=57.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1647840.810.4400.67212.656819.61
Hex102F54512C043d54414
Octal205712412154010332510424
Binary10000101111101010010100011011000100001111010101100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102F54; }

 p { color: rgb(16,47,84); }

 H1.HeaderClassName
 {
   color: #102F54;
 }
 .AnyTagClassName
 {
   color: #102F54;
 }
</style>
background-color css

<style>
 a { background-color: #102F54; }

 a { background-color: rgb(16,47,84); }

 div.DivClassName
 {
   background-color: #102F54;
 }
 .BgClassName
 {
   background-color: #102F54;
 }
</style>
border-color css

<style>
 span { border-color: #102F54; }

 span { border-color: rgb(16,47,84); }

 td.TdClassName
 {
   border-color: #102F54;
 }
 .TagClassName
 {
   border-color: #102F54;
 }
</style>