#03124D

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

Shades of Sapphire #03124D

Tints of Sapphire #03124D

Color information

#03124D (or 0x03124D) is unknown color: approx Sapphire. HEX triplet: 03, 12 and 4D. RGB value is (3,18,77). Sum of RGB (Red+Green+Blue) = 3+18+77=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 77 (30.47% from 255 or 78.57% from 98); Max value from RGB is 77 - color contains mainly: blue. Hex color #03124D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03124D is #FCEDB2. Grayscale: #131313. Windows color (decimal): -16575923 or 5050883. OLE color: 5050883.

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

Color convert

RGB31877-
CMYK0.960.7700.70
HSL227.84º92.5%15.69%-
HSV(B)227.84º96.1%30.2%-
XYZ1.590.997.13-
YUV20.24160.03115.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.06%
GREEN value IS 18 (7.42% from 255) = 18.37%
BLUE value IS 77 (30.47% from 255) = 78.57%
R=3.06%
G=18.37%
B=78.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal318770.960.7700.70227.8492.515.69
Hex3124D604D046e45c10
Octal322115140115010634413420
Binary11100101001101110000010011010100011011100100101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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