#03126B

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

Shades of Sapphire #03126B

Tints of Sapphire #03126B

Color information

#03126B (or 0x03126B) is unknown color: approx Sapphire. HEX triplet: 03, 12 and 6B. RGB value is (3,18,107). Sum of RGB (Red+Green+Blue) = 3+18+107=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 107 (42.19% from 255 or 83.59% from 128); Max value from RGB is 107 - color contains mainly: blue. Hex color #03126B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03126B is #FCED94. Grayscale: #171717. Windows color (decimal): -16575893 or 7016963. OLE color: 7016963.

HSL color Cylindrical-coordinate representation of color #03126B: hue angle of 231.35º 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 #03126B is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB318107-
CMYK0.970.8300.58
HSL231.35º94.55%21.57%-
HSV(B)231.35º97.2%41.96%-
XYZ2.911.5114.05-
YUV23.66175.03113.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.34%
GREEN value IS 18 (7.42% from 255) = 14.06%
BLUE value IS 107 (42.19% from 255) = 83.59%
R=2.34%
G=14.06%
B=83.59%

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
Decimal3181070.970.8300.58231.3594.5521.57
Hex3126B615303Ae75f16
Octal32215314112307234713726
Binary1110010110101111000011010011011101011100111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03126B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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