#002061

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

Shades of Sapphire #002061

Tints of Sapphire #002061

Color information

#002061 (or 0x002061) is unknown color: approx Sapphire. HEX triplet: 00, 20 and 61. RGB value is (0,32,97). Sum of RGB (Red+Green+Blue) = 0+32+97=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 97 (38.28% from 255 or 75.19% from 129); Max value from RGB is 97 - color contains mainly: blue. Hex color #002061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002061 is #FFDF9E. Grayscale: #1D1D1D. Windows color (decimal): -16768927 or 6365184. OLE color: 6365184.

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

Color convert

RGB03297-
CMYK10.6700.62
HSL220.21º100%19.02%-
HSV(B)220.21º100%38.04%-
XYZ2.671.911.53-
YUV29.84165.9106.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 24.81%
BLUE value IS 97 (38.28% from 255) = 75.19%
R=0%
G=24.81%
B=75.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0329710.6700.62220.2110019.02
Hex02061644303Edc6413
Octal04014114410307633414423
Binary0100000110000111001001000011011111011011100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002061; }

 p { color: rgb(0,32,97); }

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

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

 a { background-color: rgb(0,32,97); }

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

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

 span { border-color: rgb(0,32,97); }

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