#06164B

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

Shades of Sapphire #06164B

Tints of Sapphire #06164B

Color information

#06164B (or 0x06164B) is unknown color: approx Sapphire. HEX triplet: 06, 16 and 4B. RGB value is (6,22,75). Sum of RGB (Red+Green+Blue) = 6+22+75=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 75 (29.69% from 255 or 72.82% from 103); Max value from RGB is 75 - color contains mainly: blue. Hex color #06164B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06164B is #F9E9B4. Grayscale: #171717. Windows color (decimal): -16378293 or 4920838. OLE color: 4920838.

HSL color Cylindrical-coordinate representation of color #06164B: hue angle of 226.09º 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 #06164B is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB62275-
CMYK0.920.7100.71
HSL226.09º85.19%15.88%-
HSV(B)226.09º92%29.41%-
XYZ1.631.126.79-
YUV23.26157.2115.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.83%
GREEN value IS 22 (8.98% from 255) = 21.36%
BLUE value IS 75 (29.69% from 255) = 72.82%
R=5.83%
G=21.36%
B=72.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal622750.920.7100.71226.0985.1915.88
Hex6164B5C47047e25510
Octal626113134107010734212520
Binary110101101001011101110010001110100011111100010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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