#03124B

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

Shades of Sapphire #03124B

Tints of Sapphire #03124B

Color information

#03124B (or 0x03124B) is unknown color: approx Sapphire. HEX triplet: 03, 12 and 4B. RGB value is (3,18,75). Sum of RGB (Red+Green+Blue) = 3+18+75=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 75 (29.69% from 255 or 78.12% from 96); Max value from RGB is 75 - color contains mainly: blue. Hex color #03124B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03124B is #FCEDB4. Grayscale: #131313. Windows color (decimal): -16575925 or 4919811. OLE color: 4919811.

HSL color Cylindrical-coordinate representation of color #03124B: hue angle of 227.5º 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 #03124B is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB31875-
CMYK0.960.7600.71
HSL227.5º92.31%15.29%-
HSV(B)227.5º96%29.41%-
XYZ1.520.966.76-
YUV20.01159.03115.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.12%
GREEN value IS 18 (7.42% from 255) = 18.75%
BLUE value IS 75 (29.69% from 255) = 78.12%
R=3.12%
G=18.75%
B=78.12%

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
Decimal318750.960.7600.71227.592.3115.29
Hex3124B604C047e45cf
Octal322113140114010734413417
Binary1110010100101111000001001100010001111110010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03124B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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