#04154A

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

Shades of Sapphire #04154A

Tints of Sapphire #04154A

Color information

#04154A (or 0x04154A) is unknown color: approx Sapphire. HEX triplet: 04, 15 and 4A. RGB value is (4,21,74). Sum of RGB (Red+Green+Blue) = 4+21+74=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 21 (8.59% from 255 or 21.21% 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 #04154A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04154A is #FBEAB5. Grayscale: #151515. Windows color (decimal): -16509622 or 4855044. OLE color: 4855044.

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

Color convert

RGB42174-
CMYK0.950.7200.71
HSL225.43º89.74%15.29%-
HSV(B)225.43º94.59%29.02%-
XYZ1.551.066.6-
YUV21.96157.37115.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.04%
GREEN value IS 21 (8.59% from 255) = 21.21%
BLUE value IS 74 (29.30% from 255) = 74.75%
R=4.04%
G=21.21%
B=74.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal421740.950.7200.71225.4389.7415.29
Hex4154A5F48047e15af
Octal425112137110010734113217
Binary10010101100101010111111001000010001111110000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04154A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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