#03164E

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

Shades of Sapphire #03164E

Tints of Sapphire #03164E

Color information

#03164E (or 0x03164E) is unknown color: approx Sapphire. HEX triplet: 03, 16 and 4E. RGB value is (3,22,78). Sum of RGB (Red+Green+Blue) = 3+22+78=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 78 (30.86% from 255 or 75.73% from 103); Max value from RGB is 78 - color contains mainly: blue. Hex color #03164E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03164E is #FCE9B1. Grayscale: #161616. Windows color (decimal): -16574898 or 5117443. OLE color: 5117443.

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

Color convert

RGB32278-
CMYK0.960.7200.69
HSL224.8º92.59%15.88%-
HSV(B)224.8º96.15%30.59%-
XYZ1.71.147.34-
YUV22.7159.21113.95-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 22 (8.98% from 255) = 21.36%
BLUE value IS 78 (30.86% from 255) = 75.73%
R=2.91%
G=21.36%
B=75.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal322780.960.7200.69224.892.5915.88
Hex3164E6048045e15d10
Octal326116140110010534113520
Binary11101101001110110000010010000100010111100001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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