#03165C

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

Shades of Sapphire #03165C

Tints of Sapphire #03165C

Color information

#03165C (or 0x03165C) is unknown color: approx Sapphire. HEX triplet: 03, 16 and 5C. RGB value is (3,22,92). Sum of RGB (Red+Green+Blue) = 3+22+92=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 92 (36.33% from 255 or 78.63% from 117); Max value from RGB is 92 - color contains mainly: blue. Hex color #03165C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03165C is #FCE9A3. Grayscale: #181818. Windows color (decimal): -16574884 or 6034947. OLE color: 6034947.

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

Color convert

RGB32292-
CMYK0.970.7600.64
HSL227.19º93.68%18.63%-
HSV(B)227.19º96.74%36.08%-
XYZ2.261.3710.27-
YUV24.3166.21112.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.56%
GREEN value IS 22 (8.98% from 255) = 18.80%
BLUE value IS 92 (36.33% from 255) = 78.63%
R=2.56%
G=18.80%
B=78.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal322920.970.7600.64227.1993.6818.63
Hex3165C614C040e35e13
Octal326134141114010034313623
Binary11101101011100110000110011000100000011100011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03165C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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