#04145D

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

Shades of Sapphire #04145D

Tints of Sapphire #04145D

Color information

#04145D (or 0x04145D) is unknown color: approx Sapphire. HEX triplet: 04, 14 and 5D. RGB value is (4,20,93). Sum of RGB (Red+Green+Blue) = 4+20+93=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 93 (36.72% from 255 or 79.49% from 117); Max value from RGB is 93 - color contains mainly: blue. Hex color #04145D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04145D is #FBEBA2. Grayscale: #171717. Windows color (decimal): -16509859 or 6099972. OLE color: 6099972.

HSL color Cylindrical-coordinate representation of color #04145D: hue angle of 229.21º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04145D is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB42093-
CMYK0.960.7800.64
HSL229.21º91.75%19.02%-
HSV(B)229.21º95.7%36.47%-
XYZ2.281.3210.49-
YUV23.54167.2114.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.42%
GREEN value IS 20 (8.20% from 255) = 17.09%
BLUE value IS 93 (36.72% from 255) = 79.49%
R=3.42%
G=17.09%
B=79.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal420930.960.7800.64229.2191.7519.02
Hex4145D604E040e55c13
Octal424135140116010034513423
Binary100101001011101110000010011100100000011100101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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