#03134A

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

Shades of Sapphire #03134A

Tints of Sapphire #03134A

Color information

#03134A (or 0x03134A) is unknown color: approx Sapphire. HEX triplet: 03, 13 and 4A. RGB value is (3,19,74). Sum of RGB (Red+Green+Blue) = 3+19+74=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 74 (29.30% from 255 or 77.08% from 96); Max value from RGB is 74 - color contains mainly: blue. Hex color #03134A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03134A is #FCECB5. Grayscale: #141414. Windows color (decimal): -16575670 or 4854531. OLE color: 4854531.

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

Color convert

RGB31974-
CMYK0.960.7400.71
HSL226.48º92.21%15.1%-
HSV(B)226.48º95.95%29.02%-
XYZ1.510.986.59-
YUV20.49158.2115.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.12%
GREEN value IS 19 (7.81% from 255) = 19.79%
BLUE value IS 74 (29.30% from 255) = 77.08%
R=3.12%
G=19.79%
B=77.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal319740.960.7400.71226.4892.2115.1
Hex3134A604A047e25cf
Octal323112140112010734213417
Binary1110011100101011000001001010010001111110001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03134A; }

 p { color: rgb(3,19,74); }

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

<style>
 a { background-color: #03134A; }

 a { background-color: rgb(3,19,74); }

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

<style>
 span { border-color: #03134A; }

 span { border-color: rgb(3,19,74); }

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