#03124C

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

Shades of Sapphire #03124C

Tints of Sapphire #03124C

Color information

#03124C (or 0x03124C) is unknown color: approx Sapphire. HEX triplet: 03, 12 and 4C. RGB value is (3,18,76). Sum of RGB (Red+Green+Blue) = 3+18+76=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 76 (30.08% from 255 or 78.35% from 97); Max value from RGB is 76 - color contains mainly: blue. Hex color #03124C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03124C is #FCEDB3. Grayscale: #131313. Windows color (decimal): -16575924 or 4985347. OLE color: 4985347.

HSL color Cylindrical-coordinate representation of color #03124C: hue angle of 227.67º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03124C is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB31876-
CMYK0.960.7600.70
HSL227.67º92.41%15.49%-
HSV(B)227.67º96.05%29.8%-
XYZ1.560.976.94-
YUV20.13159.53115.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.09%
GREEN value IS 18 (7.42% from 255) = 18.56%
BLUE value IS 76 (30.08% from 255) = 78.35%
R=3.09%
G=18.56%
B=78.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal318760.960.7600.70227.6792.4115.49
Hex3124C604C046e45cf
Octal322114140114010634413417
Binary1110010100110011000001001100010001101110010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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