#03124E

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

Shades of Sapphire #03124E

Tints of Sapphire #03124E

Color information

#03124E (or 0x03124E) is unknown color: approx Sapphire. HEX triplet: 03, 12 and 4E. RGB value is (3,18,78). Sum of RGB (Red+Green+Blue) = 3+18+78=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 78 (30.86% from 255 or 78.79% from 99); Max value from RGB is 78 - color contains mainly: blue. Hex color #03124E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03124E is #FCEDB1. Grayscale: #141414. Windows color (decimal): -16575922 or 5116419. OLE color: 5116419.

HSL color Cylindrical-coordinate representation of color #03124E: hue angle of 228º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03124E is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB31878-
CMYK0.960.7700.69
HSL228º92.59%15.88%-
HSV(B)228º96.15%30.59%-
XYZ1.6317.32-
YUV20.35160.53115.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.03%
GREEN value IS 18 (7.42% from 255) = 18.18%
BLUE value IS 78 (30.86% from 255) = 78.79%
R=3.03%
G=18.18%
B=78.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal318780.960.7700.6922892.5915.88
Hex3124E604D045e45d10
Octal322116140115010534413520
Binary11100101001110110000010011010100010111100100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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