Html Css Color HEX #020569 Navy

📋 copy color: '#020569'

red 2 ◦ green 5 ◦ blue 105

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

Shades of Navy #020569

Tints of Navy #020569

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.46%

 BLUE value IS 105 (41.41% from 255) = 93.75%

R = 1.79%
G = 4.46%
B = 93.75%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#020569 (or 0x020569) is known color: Navy. HEX triplet: 02, 05 and 69. RGB value is (2,5,105). Sum of RGB (Red+Green+Blue) = 2+5+105=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 105 (41.41% from 255 or 93.75% from 112); Max value from RGB is 105 - color contains mainly: blue. Hex color #020569 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020569 is #FDFA96. Grayscale: #0F0F0F. Windows color (decimal): -16644759 or 6882562. OLE color: 6882562.

HSL color Cylindrical-coordinate representation of color #020569: hue angle of 238.25º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020569 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 5 105 -
CMYK 0.98 0.95 0 0.59
HSL 238.25º 0.96% 0.21% -
HSV(B) 238.25º 0.98% 0.41% -
XYZ 2.63 1.14 13.45 -
YUV 15.5 178.51 118.37 -
System Red Green Blue C M Y K H S L
Decimal 2 5 105 0.98 0.95 0 0.59 238.25 0.96 0.21
Hex 2 5 69 62 5F 0 3B EE 60 15
Octal 2 5 151 142 137 0 73 356 140 25
Binary 10 101 1101001 1100010 1011111 0 111011 11101110 1100000 10101

Color Harmonies of #020569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020569

Black with #020569

Text Example


Text Example

White with #020569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020569; }

 p { color: rgb(2,5,105); }

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

background-color css

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

 a { background-color: rgb(2,5,105); }

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

border-color css

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

 span { border-color: rgb(2,5,105); }

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