#03164D

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

Shades of Sapphire #03164D

Tints of Sapphire #03164D

Color information

#03164D (or 0x03164D) is unknown color: approx Sapphire. HEX triplet: 03, 16 and 4D. RGB value is (3,22,77). Sum of RGB (Red+Green+Blue) = 3+22+77=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 77 (30.47% from 255 or 75.49% from 102); Max value from RGB is 77 - color contains mainly: blue. Hex color #03164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03164D is #FCE9B2. Grayscale: #161616. Windows color (decimal): -16574899 or 5051907. OLE color: 5051907.

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

Color convert

RGB32277-
CMYK0.960.7100.70
HSL224.59º92.5%15.69%-
HSV(B)224.59º96.1%30.2%-
XYZ1.661.137.15-
YUV22.59158.71114.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.94%
GREEN value IS 22 (8.98% from 255) = 21.57%
BLUE value IS 77 (30.47% from 255) = 75.49%
R=2.94%
G=21.57%
B=75.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal322770.960.7100.70224.5992.515.69
Hex3164D6047046e15c10
Octal326115140107010634113420
Binary11101101001101110000010001110100011011100001101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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