#03126A

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

Shades of Sapphire #03126A

Tints of Sapphire #03126A

Color information

#03126A (or 0x03126A) is unknown color: approx Sapphire. HEX triplet: 03, 12 and 6A. RGB value is (3,18,106). Sum of RGB (Red+Green+Blue) = 3+18+106=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 106 (41.80% from 255 or 83.46% from 127); Max value from RGB is 106 - color contains mainly: blue. Hex color #03126A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03126A is #FCED95. Grayscale: #171717. Windows color (decimal): -16575894 or 6951427. OLE color: 6951427.

HSL color Cylindrical-coordinate representation of color #03126A: hue angle of 231.26º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03126A is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB318106-
CMYK0.970.8300.58
HSL231.26º94.5%21.37%-
HSV(B)231.26º97.17%41.57%-
XYZ2.861.4913.77-
YUV23.55174.53113.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.36%
GREEN value IS 18 (7.42% from 255) = 14.17%
BLUE value IS 106 (41.80% from 255) = 83.46%
R=2.36%
G=14.17%
B=83.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3181060.970.8300.58231.2694.521.37
Hex3126A615303Ae75e15
Octal32215214112307234713625
Binary1110010110101011000011010011011101011100111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03126A; }

 p { color: rgb(3,18,106); }

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

<style>
 a { background-color: #03126A; }

 a { background-color: rgb(3,18,106); }

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

<style>
 span { border-color: #03126A; }

 span { border-color: rgb(3,18,106); }

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