#06184F

Color #06184F Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #06184F

Tints of Sapphire #06184F

Color information

#06184F (or 0x06184F) is unknown color: approx Sapphire. HEX triplet: 06, 18 and 4F. RGB value is (6,24,79). Sum of RGB (Red+Green+Blue) = 6+24+79=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 79 (31.25% from 255 or 72.48% from 109); Max value from RGB is 79 - color contains mainly: blue. Hex color #06184F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06184F is #F9E7B0. Grayscale: #181818. Windows color (decimal): -16377777 or 5183494. OLE color: 5183494.

HSL color Cylindrical-coordinate representation of color #06184F: hue angle of 225.21º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06184F is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB62479-
CMYK0.920.7000.69
HSL225.21º85.88%16.67%-
HSV(B)225.21º92.41%30.98%-
XYZ1.811.267.54-
YUV24.89158.54114.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.50%
GREEN value IS 24 (9.77% from 255) = 22.02%
BLUE value IS 79 (31.25% from 255) = 72.48%
R=5.50%
G=22.02%
B=72.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal624790.920.7000.69225.2185.8816.67
Hex6184F5C46045e15611
Octal630117134106010534112621
Binary110110001001111101110010001100100010111100001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06184F; }

 p { color: rgb(6,24,79); }

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

<style>
 a { background-color: #06184F; }

 a { background-color: rgb(6,24,79); }

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

<style>
 span { border-color: #06184F; }

 span { border-color: rgb(6,24,79); }

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