#04135C

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

Shades of Sapphire #04135C

Tints of Sapphire #04135C

Color information

#04135C (or 0x04135C) is unknown color: approx Sapphire. HEX triplet: 04, 13 and 5C. RGB value is (4,19,92). Sum of RGB (Red+Green+Blue) = 4+19+92=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 92 (36.33% from 255 or 80% from 115); Max value from RGB is 92 - color contains mainly: blue. Hex color #04135C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04135C is #FBECA3. Grayscale: #161616. Windows color (decimal): -16510116 or 6034180. OLE color: 6034180.

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

Color convert

RGB41992-
CMYK0.960.7900.64
HSL229.77º91.67%18.82%-
HSV(B)229.77º95.65%36.08%-
XYZ2.211.2610.25-
YUV22.84167.03114.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.48%
GREEN value IS 19 (7.81% from 255) = 16.52%
BLUE value IS 92 (36.33% from 255) = 80%
R=3.48%
G=16.52%
B=80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal419920.960.7900.64229.7791.6718.82
Hex4135C604F040e65c13
Octal423134140117010034613423
Binary100100111011100110000010011110100000011100110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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