Html Css Color HEX #002080 Sapphire

📋 copy color: '#002080'

red 0 ◦ green 32 ◦ blue 128

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

Shades of Sapphire #002080

Tints of Sapphire #002080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 80%

R = 0%
G = 20%
B = 80%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#002080 (or 0x002080) is known color: Sapphire. HEX triplet: 00, 20 and 80. RGB value is (0,32,128). Sum of RGB (Red+Green+Blue) = 0+32+128=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 128 (50.39% from 255 or 80% from 160); Max value from RGB is 128 - color contains mainly: blue. Hex color #002080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002080 is #FFDF7F. Grayscale: #202020. Windows color (decimal): -16768896 or 8396800. OLE color: 8396800.

HSL color Cylindrical-coordinate representation of color #002080: hue angle of 225º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002080 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 32 128 -
CMYK 1 0.75 0 0.50
HSL 225º 1% 0.25% -
HSV(B) 225º 1% 0.5% -
XYZ 4.41 2.59 20.69 -
YUV 33.38 181.4 104.19 -
System Red Green Blue C M Y K H S L
Decimal 0 32 128 1 0.75 0 0.50 225 1 0.25
Hex 0 20 80 64 4B 0 32 E1 64 19
Octal 0 40 200 144 113 0 62 341 144 31
Binary 0 100000 10000000 1100100 1001011 0 110010 11100001 1100100 11001

Color Harmonies of #002080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002080

Black with #002080

Text Example


Text Example

White with #002080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002080; }

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

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

background-color css

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

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

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

border-color css

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

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

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