#04136B

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

Shades of Sapphire #04136B

Tints of Sapphire #04136B

Color information

#04136B (or 0x04136B) is unknown color: approx Sapphire. HEX triplet: 04, 13 and 6B. RGB value is (4,19,107). Sum of RGB (Red+Green+Blue) = 4+19+107=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 107 (42.19% from 255 or 82.31% from 130); Max value from RGB is 107 - color contains mainly: blue. Hex color #04136B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04136B is #FBEC94. Grayscale: #181818. Windows color (decimal): -16510101 or 7017220. OLE color: 7017220.

HSL color Cylindrical-coordinate representation of color #04136B: hue angle of 231.26º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04136B is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB419107-
CMYK0.960.8200.58
HSL231.26º92.79%21.76%-
HSV(B)231.26º96.26%41.96%-
XYZ2.941.5514.05-
YUV24.55174.53113.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.08%
GREEN value IS 19 (7.81% from 255) = 14.62%
BLUE value IS 107 (42.19% from 255) = 82.31%
R=3.08%
G=14.62%
B=82.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4191070.960.8200.58231.2692.7921.76
Hex4136B605203Ae75d16
Octal42315314012207234713526
Binary10010011110101111000001010010011101011100111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04136B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04136B; }

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

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

<style>
 a { background-color: #04136B; }

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

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

<style>
 span { border-color: #04136B; }

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

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