Html Css Color HEX #020057 Navy

📋 copy color: '#020057'

red 2 ◦ green 0 ◦ blue 87

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

Shades of Navy #020057

Tints of Navy #020057

RGB

 RED value IS 2 (1.17% from 255) = 2.25%

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

 BLUE value IS 87 (34.38% from 255) = 97.75%

R = 2.25%
G = 0%
B = 97.75%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#020057 (or 0x020057) is known color: Navy. HEX triplet: 02, 00 and 57. RGB value is (2,0,87). Sum of RGB (Red+Green+Blue) = 2+0+87=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 87 (34.38% from 255 or 97.75% from 89); Max value from RGB is 87 - color contains mainly: blue. Hex color #020057 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020057 is #FDFFA8. Grayscale: #0A0A0A. Windows color (decimal): -16646057 or 5701634. OLE color: 5701634.

HSL color Cylindrical-coordinate representation of color #020057: hue angle of 241.38º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020057 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 2 0 87 -
CMYK 0.98 1 0 0.66
HSL 241.38º 1% 0.17% -
HSV(B) 241.38º 1% 0.34% -
XYZ 1.75 0.7 9.06 -
YUV 10.52 171.16 121.93 -
System Red Green Blue C M Y K H S L
Decimal 2 0 87 0.98 1 0 0.66 241.38 1 0.17
Hex 2 0 57 62 64 0 42 F1 64 11
Octal 2 0 127 142 144 0 102 361 144 21
Binary 10 0 1010111 1100010 1100100 0 1000010 11110001 1100100 10001

Color Harmonies of #020057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020057

Black with #020057

Text Example


Text Example

White with #020057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020057; }

 p { color: rgb(2,0,87); }

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

background-color css

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

 a { background-color: rgb(2,0,87); }

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

border-color css

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

 span { border-color: rgb(2,0,87); }

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