#002165

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

Shades of Sapphire #002165

Tints of Sapphire #002165

Color information

#002165 (or 0x002165) is unknown color: approx Sapphire. HEX triplet: 00, 21 and 65. RGB value is (0,33,101). Sum of RGB (Red+Green+Blue) = 0+33+101=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 101 (39.84% from 255 or 75.37% from 134); Max value from RGB is 101 - color contains mainly: blue. Hex color #002165 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002165 is #FFDE9A. Grayscale: #1E1E1E. Windows color (decimal): -16768667 or 6627584. OLE color: 6627584.

HSL color Cylindrical-coordinate representation of color #002165: hue angle of 220.4º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002165 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB033101-
CMYK10.6700.60
HSL220.4º100%19.8%-
HSV(B)220.4º100%39.61%-
XYZ2.892.0312.55-
YUV30.88167.57105.97-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 33 (13.28% from 255) = 24.63%
BLUE value IS 101 (39.84% from 255) = 75.37%
R=0%
G=24.63%
B=75.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal03310110.6700.60220.410019.8
Hex02165644303Cdc6414
Octal04114514410307433414424
Binary0100001110010111001001000011011110011011100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002165; }

 p { color: rgb(0,33,101); }

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

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

 a { background-color: rgb(0,33,101); }

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

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

 span { border-color: rgb(0,33,101); }

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