#04135D

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

Shades of Sapphire #04135D

Tints of Sapphire #04135D

Color information

#04135D (or 0x04135D) is unknown color: approx Sapphire. HEX triplet: 04, 13 and 5D. RGB value is (4,19,93). Sum of RGB (Red+Green+Blue) = 4+19+93=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 93 (36.72% from 255 or 80.17% from 116); Max value from RGB is 93 - color contains mainly: blue. Hex color #04135D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04135D is #FBECA2. Grayscale: #161616. Windows color (decimal): -16510115 or 6099716. OLE color: 6099716.

HSL color Cylindrical-coordinate representation of color #04135D: hue angle of 229.89º 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 #04135D is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB41993-
CMYK0.960.8000.64
HSL229.89º91.75%19.02%-
HSV(B)229.89º95.7%36.47%-
XYZ2.261.2810.48-
YUV22.95167.53114.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.45%
GREEN value IS 19 (7.81% from 255) = 16.38%
BLUE value IS 93 (36.72% from 255) = 80.17%
R=3.45%
G=16.38%
B=80.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal419930.960.8000.64229.8991.7519.02
Hex4135D6050040e65c13
Octal423135140120010034613423
Binary100100111011101110000010100000100000011100110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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