#03154F

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

Shades of Sapphire #03154F

Tints of Sapphire #03154F

Color information

#03154F (or 0x03154F) is unknown color: approx Sapphire. HEX triplet: 03, 15 and 4F. RGB value is (3,21,79). Sum of RGB (Red+Green+Blue) = 3+21+79=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 79 (31.25% from 255 or 76.70% from 103); Max value from RGB is 79 - color contains mainly: blue. Hex color #03154F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03154F is #FCEAB0. Grayscale: #151515. Windows color (decimal): -16575153 or 5182723. OLE color: 5182723.

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

Color convert

RGB32179-
CMYK0.960.7300.69
HSL225.79º92.68%16.08%-
HSV(B)225.79º96.2%30.98%-
XYZ1.721.127.52-
YUV22.23160.04114.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 21 (8.59% from 255) = 20.39%
BLUE value IS 79 (31.25% from 255) = 76.70%
R=2.91%
G=20.39%
B=76.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal321790.960.7300.69225.7992.6816.08
Hex3154F6049045e25d10
Octal325117140111010534213520
Binary11101011001111110000010010010100010111100010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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