#03124F

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

Shades of Sapphire #03124F

Tints of Sapphire #03124F

Color information

#03124F (or 0x03124F) is unknown color: approx Sapphire. HEX triplet: 03, 12 and 4F. RGB value is (3,18,79). Sum of RGB (Red+Green+Blue) = 3+18+79=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 79 (31.25% from 255 or 79% from 100); Max value from RGB is 79 - color contains mainly: blue. Hex color #03124F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03124F is #FCEDB0. Grayscale: #141414. Windows color (decimal): -16575921 or 5181955. OLE color: 5181955.

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

Color convert

RGB31879-
CMYK0.960.7700.69
HSL228.16º92.68%16.08%-
HSV(B)228.16º96.2%30.98%-
XYZ1.671.027.51-
YUV20.47161.03115.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3%
GREEN value IS 18 (7.42% from 255) = 18%
BLUE value IS 79 (31.25% from 255) = 79%
R=3%
G=18%
B=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
Decimal318790.960.7700.69228.1692.6816.08
Hex3124F604D045e45d10
Octal322117140115010534413520
Binary11100101001111110000010011010100010111100100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03124F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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