#03104D

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

Shades of Sapphire #03104D

Tints of Sapphire #03104D

Color information

#03104D (or 0x03104D) is unknown color: approx Sapphire. HEX triplet: 03, 10 and 4D. RGB value is (3,16,77). Sum of RGB (Red+Green+Blue) = 3+16+77=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 77 (30.47% from 255 or 80.21% from 96); Max value from RGB is 77 - color contains mainly: blue. Hex color #03104D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03104D is #FCEFB2. Grayscale: #121212. Windows color (decimal): -16576435 or 5050371. OLE color: 5050371.

HSL color Cylindrical-coordinate representation of color #03104D: hue angle of 229.46º 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 #03104D is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB31677-
CMYK0.960.7900.70
HSL229.46º92.5%15.69%-
HSV(B)229.46º96.1%30.2%-
XYZ1.560.937.12-
YUV19.07160.69116.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.12%
GREEN value IS 16 (6.64% from 255) = 16.67%
BLUE value IS 77 (30.47% from 255) = 80.21%
R=3.12%
G=16.67%
B=80.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal316770.960.7900.70229.4692.515.69
Hex3104D604F046e55c10
Octal320115140117010634513420
Binary11100001001101110000010011110100011011100101101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03104D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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