#03136D

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

Shades of Sapphire #03136D

Tints of Sapphire #03136D

Color information

#03136D (or 0x03136D) is unknown color: approx Sapphire. HEX triplet: 03, 13 and 6D. RGB value is (3,19,109). Sum of RGB (Red+Green+Blue) = 3+19+109=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 109 (42.97% from 255 or 83.21% from 131); Max value from RGB is 109 - color contains mainly: blue. Hex color #03136D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03136D is #FCEC92. Grayscale: #181818. Windows color (decimal): -16575635 or 7148291. OLE color: 7148291.

HSL color Cylindrical-coordinate representation of color #03136D: hue angle of 230.94º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03136D is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB319109-
CMYK0.970.8300.57
HSL230.94º94.64%21.96%-
HSV(B)230.94º97.25%42.75%-
XYZ3.031.5914.62-
YUV24.48175.7112.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.29%
GREEN value IS 19 (7.81% from 255) = 14.50%
BLUE value IS 109 (42.97% from 255) = 83.21%
R=2.29%
G=14.50%
B=83.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3191090.970.8300.57230.9494.6421.96
Hex3136D6153039e75f16
Octal32315514112307134713726
Binary1110011110110111000011010011011100111100111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03136D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,19,109); }

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

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

 a { background-color: rgb(3,19,109); }

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

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

 span { border-color: rgb(3,19,109); }

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