#03144F

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

Shades of Sapphire #03144F

Tints of Sapphire #03144F

Color information

#03144F (or 0x03144F) is unknown color: approx Sapphire. HEX triplet: 03, 14 and 4F. RGB value is (3,20,79). Sum of RGB (Red+Green+Blue) = 3+20+79=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 79 (31.25% from 255 or 77.45% from 102); Max value from RGB is 79 - color contains mainly: blue. Hex color #03144F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03144F is #FCEBB0. Grayscale: #151515. Windows color (decimal): -16575409 or 5182467. OLE color: 5182467.

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

Color convert

RGB32079-
CMYK0.960.7500.69
HSL226.58º92.68%16.08%-
HSV(B)226.58º96.2%30.98%-
XYZ1.71.087.52-
YUV21.64160.37114.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.94%
GREEN value IS 20 (8.20% from 255) = 19.61%
BLUE value IS 79 (31.25% from 255) = 77.45%
R=2.94%
G=19.61%
B=77.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal320790.960.7500.69226.5892.6816.08
Hex3144F604B045e35d10
Octal324117140113010534313520
Binary11101001001111110000010010110100010111100011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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