#04184A

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

Shades of Sapphire #04184A

Tints of Sapphire #04184A

Color information

#04184A (or 0x04184A) is unknown color: approx Sapphire. HEX triplet: 04, 18 and 4A. RGB value is (4,24,74). Sum of RGB (Red+Green+Blue) = 4+24+74=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 74 (29.30% from 255 or 72.55% from 102); Max value from RGB is 74 - color contains mainly: blue. Hex color #04184A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04184A is #FBE7B5. Grayscale: #171717. Windows color (decimal): -16508854 or 4855812. OLE color: 4855812.

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

Color convert

RGB42474-
CMYK0.950.6800.71
HSL222.86º89.74%15.29%-
HSV(B)222.86º94.59%29.02%-
XYZ1.611.176.62-
YUV23.72156.37113.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.92%
GREEN value IS 24 (9.77% from 255) = 23.53%
BLUE value IS 74 (29.30% from 255) = 72.55%
R=3.92%
G=23.53%
B=72.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal424740.950.6800.71222.8689.7415.29
Hex4184A5F44047df5af
Octal430112137104010733713217
Binary10011000100101010111111000100010001111101111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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