#06184D

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

Shades of Sapphire #06184D

Tints of Sapphire #06184D

Color information

#06184D (or 0x06184D) is unknown color: approx Sapphire. HEX triplet: 06, 18 and 4D. RGB value is (6,24,77). Sum of RGB (Red+Green+Blue) = 6+24+77=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 77 (30.47% from 255 or 71.96% from 107); Max value from RGB is 77 - color contains mainly: blue. Hex color #06184D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06184D is #F9E7B2. Grayscale: #181818. Windows color (decimal): -16377779 or 5052422. OLE color: 5052422.

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

Color convert

RGB62477-
CMYK0.920.6900.70
HSL224.79º85.54%16.27%-
HSV(B)224.79º92.21%30.2%-
XYZ1.741.237.17-
YUV24.66157.54114.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.61%
GREEN value IS 24 (9.77% from 255) = 22.43%
BLUE value IS 77 (30.47% from 255) = 71.96%
R=5.61%
G=22.43%
B=71.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal624770.920.6900.70224.7985.5416.27
Hex6184D5C45046e15610
Octal630115134105010634112620
Binary110110001001101101110010001010100011011100001101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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