#03126C

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

Shades of Sapphire #03126C

Tints of Sapphire #03126C

Color information

#03126C (or 0x03126C) is unknown color: approx Sapphire. HEX triplet: 03, 12 and 6C. RGB value is (3,18,108). Sum of RGB (Red+Green+Blue) = 3+18+108=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 108 (42.58% from 255 or 83.72% from 129); Max value from RGB is 108 - color contains mainly: blue. Hex color #03126C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03126C is #FCED93. Grayscale: #171717. Windows color (decimal): -16575892 or 7082499. OLE color: 7082499.

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

Color convert

RGB318108-
CMYK0.970.8300.58
HSL231.43º94.59%21.76%-
HSV(B)231.43º97.22%42.35%-
XYZ2.961.5314.33-
YUV23.78175.53113.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.33%
GREEN value IS 18 (7.42% from 255) = 13.95%
BLUE value IS 108 (42.58% from 255) = 83.72%
R=2.33%
G=13.95%
B=83.72%

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
Decimal3181080.970.8300.58231.4394.5921.76
Hex3126C615303Ae75f16
Octal32215414112307234713726
Binary1110010110110011000011010011011101011100111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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