Html Css Color HEX #002060 Sapphire

📋 copy color: '#002060'

red 0 ◦ green 32 ◦ blue 96

#002060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #002060

Tints of Sapphire #002060

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 32 (12.89% from 255) = 25%

 BLUE value IS 96 (37.89% from 255) = 75%

R = 0%
G = 25%
B = 75%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#002060 (or 0x002060) is known color: Sapphire. HEX triplet: 00, 20 and 60. RGB value is (0,32,96). Sum of RGB (Red+Green+Blue) = 0+32+96=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 96 (37.89% from 255 or 75% from 128); Max value from RGB is 96 - color contains mainly: blue. Hex color #002060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002060 is #FFDF9F. Grayscale: #1D1D1D. Windows color (decimal): -16768928 or 6299648. OLE color: 6299648.

HSL color Cylindrical-coordinate representation of color #002060: hue angle of 220º 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 #002060 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 32 96 -
CMYK 1 0.67 0 0.62
HSL 220º 1% 0.19% -
HSV(B) 220º 1% 0.38% -
XYZ 2.63 1.88 11.29 -
YUV 29.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 0 32 96 1 0.67 0 0.62 220 1 0.19
Hex 0 20 60 64 43 0 3E DC 64 13
Octal 0 40 140 144 103 0 76 334 144 23
Binary 0 100000 1100000 1100100 1000011 0 111110 11011100 1100100 10011

Color Harmonies of #002060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002060

Black with #002060

Text Example


Text Example

White with #002060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002060; }

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

 H1.HeaderClassName
 {
   color: #002060;
 }
 .AnyTagClassName
 {
   color: #002060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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