#03136C

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

Shades of Sapphire #03136C

Tints of Sapphire #03136C

Color information

#03136C (or 0x03136C) is unknown color: approx Sapphire. HEX triplet: 03, 13 and 6C. RGB value is (3,19,108). Sum of RGB (Red+Green+Blue) = 3+19+108=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 108 (42.58% from 255 or 83.08% from 130); Max value from RGB is 108 - color contains mainly: blue. Hex color #03136C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03136C is #FCEC93. Grayscale: #171717. Windows color (decimal): -16575636 or 7082755. OLE color: 7082755.

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

Color convert

RGB319108-
CMYK0.970.8200.58
HSL230.86º94.59%21.76%-
HSV(B)230.86º97.22%42.35%-
XYZ2.981.5714.33-
YUV24.36175.2112.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.31%
GREEN value IS 19 (7.81% from 255) = 14.62%
BLUE value IS 108 (42.58% from 255) = 83.08%
R=2.31%
G=14.62%
B=83.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3191080.970.8200.58230.8694.5921.76
Hex3136C615203Ae75f16
Octal32315414112207234713726
Binary1110011110110011000011010010011101011100111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03136C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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