#03154D

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

Shades of Sapphire #03154D

Tints of Sapphire #03154D

Color information

#03154D (or 0x03154D) is unknown color: approx Sapphire. HEX triplet: 03, 15 and 4D. RGB value is (3,21,77). Sum of RGB (Red+Green+Blue) = 3+21+77=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 77 (30.47% from 255 or 76.24% from 101); Max value from RGB is 77 - color contains mainly: blue. Hex color #03154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03154D is #FCEAB2. Grayscale: #151515. Windows color (decimal): -16575155 or 5051651. OLE color: 5051651.

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

Color convert

RGB32177-
CMYK0.960.7300.70
HSL225.41º92.5%15.69%-
HSV(B)225.41º96.1%30.2%-
XYZ1.651.097.15-
YUV22159.04114.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 21 (8.59% from 255) = 20.79%
BLUE value IS 77 (30.47% from 255) = 76.24%
R=2.97%
G=20.79%
B=76.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal321770.960.7300.70225.4192.515.69
Hex3154D6049046e15c10
Octal325115140111010634113420
Binary11101011001101110000010010010100011011100001101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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