#03124A

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

Shades of Sapphire #03124A

Tints of Sapphire #03124A

Color information

#03124A (or 0x03124A) is unknown color: approx Sapphire. HEX triplet: 03, 12 and 4A. RGB value is (3,18,74). Sum of RGB (Red+Green+Blue) = 3+18+74=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 74 (29.30% from 255 or 77.89% from 95); Max value from RGB is 74 - color contains mainly: blue. Hex color #03124A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03124A is #FCEDB5. Grayscale: #131313. Windows color (decimal): -16575926 or 4854275. OLE color: 4854275.

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

Color convert

RGB31874-
CMYK0.960.7600.71
HSL227.32º92.21%15.1%-
HSV(B)227.32º95.95%29.02%-
XYZ1.490.956.58-
YUV19.9158.53115.95-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.16%
GREEN value IS 18 (7.42% from 255) = 18.95%
BLUE value IS 74 (29.30% from 255) = 77.89%
R=3.16%
G=18.95%
B=77.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal318740.960.7600.71227.3292.2115.1
Hex3124A604C047e35cf
Octal322112140114010734313417
Binary1110010100101011000001001100010001111110001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03124A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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