#04145A

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

Shades of Sapphire #04145A

Tints of Sapphire #04145A

Color information

#04145A (or 0x04145A) is unknown color: approx Sapphire. HEX triplet: 04, 14 and 5A. RGB value is (4,20,90). Sum of RGB (Red+Green+Blue) = 4+20+90=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 90 (35.55% from 255 or 78.95% from 114); Max value from RGB is 90 - color contains mainly: blue. Hex color #04145A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04145A is #FBEBA5. Grayscale: #161616. Windows color (decimal): -16509862 or 5903364. OLE color: 5903364.

HSL color Cylindrical-coordinate representation of color #04145A: hue angle of 228.84º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04145A is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB42090-
CMYK0.960.7800.65
HSL228.84º91.49%18.43%-
HSV(B)228.84º95.56%35.29%-
XYZ2.151.269.8-
YUV23.2165.7114.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.51%
GREEN value IS 20 (8.20% from 255) = 17.54%
BLUE value IS 90 (35.55% from 255) = 78.95%
R=3.51%
G=17.54%
B=78.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal420900.960.7800.65228.8491.4918.43
Hex4145A604E041e55b12
Octal424132140116010134513322
Binary100101001011010110000010011100100000111100101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,20,90); }

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

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

 a { background-color: rgb(4,20,90); }

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

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

 span { border-color: rgb(4,20,90); }

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