#06134A

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

Shades of Sapphire #06134A

Tints of Sapphire #06134A

Color information

#06134A (or 0x06134A) is unknown color: approx Sapphire. HEX triplet: 06, 13 and 4A. RGB value is (6,19,74). Sum of RGB (Red+Green+Blue) = 6+19+74=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 74 (29.30% from 255 or 74.75% from 99); Max value from RGB is 74 - color contains mainly: blue. Hex color #06134A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06134A is #F9ECB5. Grayscale: #151515. Windows color (decimal): -16379062 or 4854534. OLE color: 4854534.

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

Color convert

RGB61974-
CMYK0.920.7400.71
HSL228.53º85%15.69%-
HSV(B)228.53º91.89%29.02%-
XYZ1.5416.59-
YUV21.38157.69117.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.06%
GREEN value IS 19 (7.81% from 255) = 19.19%
BLUE value IS 74 (29.30% from 255) = 74.75%
R=6.06%
G=19.19%
B=74.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal619740.920.7400.71228.538515.69
Hex6134A5C4A047e55510
Octal623112134112010734512520
Binary110100111001010101110010010100100011111100101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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