#03165A

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

Shades of Sapphire #03165A

Tints of Sapphire #03165A

Color information

#03165A (or 0x03165A) is unknown color: approx Sapphire. HEX triplet: 03, 16 and 5A. RGB value is (3,22,90). Sum of RGB (Red+Green+Blue) = 3+22+90=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 90 (35.55% from 255 or 78.26% from 115); Max value from RGB is 90 - color contains mainly: blue. Hex color #03165A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03165A is #FCE9A5. Grayscale: #171717. Windows color (decimal): -16574886 or 5903875. OLE color: 5903875.

HSL color Cylindrical-coordinate representation of color #03165A: hue angle of 226.9º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03165A is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB32290-
CMYK0.970.7600.65
HSL226.9º93.55%18.24%-
HSV(B)226.9º96.67%35.29%-
XYZ2.171.339.82-
YUV24.07165.21112.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 22 (8.98% from 255) = 19.13%
BLUE value IS 90 (35.55% from 255) = 78.26%
R=2.61%
G=19.13%
B=78.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal322900.970.7600.65226.993.5518.24
Hex3165A614C041e35e12
Octal326132141114010134313622
Binary11101101011010110000110011000100000111100011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03165A; }

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

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

<style>
 a { background-color: #03165A; }

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

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

<style>
 span { border-color: #03165A; }

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

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