#060B4B

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

Shades of Sapphire #060B4B

Tints of Sapphire #060B4B

Color information

#060B4B (or 0x060B4B) is unknown color: approx Sapphire. HEX triplet: 06, 0B and 4B. RGB value is (6,11,75). Sum of RGB (Red+Green+Blue) = 6+11+75=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 11 (4.69% from 255 or 11.96% from 92); Blue value is 75 (29.69% from 255 or 81.52% from 92); Max value from RGB is 75 - color contains mainly: blue. Hex color #060B4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060B4B is #F9F4B4. Grayscale: #101010. Windows color (decimal): -16381109 or 4918022. OLE color: 4918022.

HSL color Cylindrical-coordinate representation of color #060B4B: hue angle of 235.65º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #060B4B is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB61175-
CMYK0.920.8500.71
HSL235.65º85.19%15.88%-
HSV(B)235.65º92%29.41%-
XYZ1.460.796.73-
YUV16.8160.84120.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.52%
GREEN value IS 11 (4.69% from 255) = 11.96%
BLUE value IS 75 (29.69% from 255) = 81.52%
R=6.52%
G=11.96%
B=81.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal611750.920.8500.71235.6585.1915.88
Hex6B4B5C55047ec5510
Octal613113134125010735412520
Binary11010111001011101110010101010100011111101100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060B4B; }

 p { color: rgb(6,11,75); }

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

<style>
 a { background-color: #060B4B; }

 a { background-color: rgb(6,11,75); }

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

<style>
 span { border-color: #060B4B; }

 span { border-color: rgb(6,11,75); }

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