#04134A

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

Shades of Sapphire #04134A

Tints of Sapphire #04134A

Color information

#04134A (or 0x04134A) is unknown color: approx Sapphire. HEX triplet: 04, 13 and 4A. RGB value is (4,19,74). Sum of RGB (Red+Green+Blue) = 4+19+74=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 74 (29.30% from 255 or 76.29% from 97); Max value from RGB is 74 - color contains mainly: blue. Hex color #04134A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04134A is #FBECB5. Grayscale: #141414. Windows color (decimal): -16510134 or 4854532. OLE color: 4854532.

HSL color Cylindrical-coordinate representation of color #04134A: hue angle of 227.14º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04134A is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB41974-
CMYK0.950.7400.71
HSL227.14º89.74%15.29%-
HSV(B)227.14º94.59%29.02%-
XYZ1.520.996.59-
YUV20.78158.03116.03-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.12%
GREEN value IS 19 (7.81% from 255) = 19.59%
BLUE value IS 74 (29.30% from 255) = 76.29%
R=4.12%
G=19.59%
B=76.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal419740.950.7400.71227.1489.7415.29
Hex4134A5F4A047e35af
Octal423112137112010734313217
Binary10010011100101010111111001010010001111110001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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