#06134F

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

Shades of Sapphire #06134F

Tints of Sapphire #06134F

Color information

#06134F (or 0x06134F) is unknown color: approx Sapphire. HEX triplet: 06, 13 and 4F. RGB value is (6,19,79). Sum of RGB (Red+Green+Blue) = 6+19+79=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 79 (31.25% from 255 or 75.96% from 104); Max value from RGB is 79 - color contains mainly: blue. Hex color #06134F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06134F is #F9ECB0. Grayscale: #151515. Windows color (decimal): -16379057 or 5182214. OLE color: 5182214.

HSL color Cylindrical-coordinate representation of color #06134F: hue angle of 229.32º 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 #06134F is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB61979-
CMYK0.920.7600.69
HSL229.32º85.88%16.67%-
HSV(B)229.32º92.41%30.98%-
XYZ1.721.077.51-
YUV21.95160.19116.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.77%
GREEN value IS 19 (7.81% from 255) = 18.27%
BLUE value IS 79 (31.25% from 255) = 75.96%
R=5.77%
G=18.27%
B=75.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal619790.920.7600.69229.3285.8816.67
Hex6134F5C4C045e55611
Octal623117134114010534512621
Binary110100111001111101110010011000100010111100101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06134F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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