#06185B

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

Shades of Sapphire #06185B

Tints of Sapphire #06185B

Color information

#06185B (or 0x06185B) is unknown color: approx Sapphire. HEX triplet: 06, 18 and 5B. RGB value is (6,24,91). Sum of RGB (Red+Green+Blue) = 6+24+91=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 91 (35.94% from 255 or 75.21% from 121); Max value from RGB is 91 - color contains mainly: blue. Hex color #06185B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06185B is #F9E7A4. Grayscale: #191919. Windows color (decimal): -16377765 or 5969926. OLE color: 5969926.

HSL color Cylindrical-coordinate representation of color #06185B: hue angle of 227.29º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06185B is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB62491-
CMYK0.930.7400.64
HSL227.29º87.63%19.02%-
HSV(B)227.29º93.41%35.69%-
XYZ2.291.4510.06-
YUV26.26164.54113.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 24 (9.77% from 255) = 19.83%
BLUE value IS 91 (35.94% from 255) = 75.21%
R=4.96%
G=19.83%
B=75.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal624910.930.7400.64227.2987.6319.02
Hex6185B5D4A040e35813
Octal630133135112010034313023
Binary110110001011011101110110010100100000011100011101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06185B; }

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

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

<style>
 a { background-color: #06185B; }

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

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

<style>
 span { border-color: #06185B; }

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

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