Html Css Color HEX #020769 Navy

📋 copy color: '#020769'

red 2 ◦ green 7 ◦ blue 105

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

Shades of Navy #020769

Tints of Navy #020769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.14%

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

R = 1.75%
G = 6.14%
B = 92.11%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#020769 (or 0x020769) is known color: Navy. HEX triplet: 02, 07 and 69. RGB value is (2,7,105). Sum of RGB (Red+Green+Blue) = 2+7+105=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 105 (41.41% from 255 or 92.11% from 114); Max value from RGB is 105 - color contains mainly: blue. Hex color #020769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020769 is #FDF896. Grayscale: #101010. Windows color (decimal): -16644247 or 6883074. OLE color: 6883074.

HSL color Cylindrical-coordinate representation of color #020769: hue angle of 237.09º 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 #020769 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 7 105 -
CMYK 0.98 0.93 0 0.59
HSL 237.09º 0.96% 0.21% -
HSV(B) 237.09º 0.98% 0.41% -
XYZ 2.65 1.18 13.45 -
YUV 16.68 177.84 117.53 -
System Red Green Blue C M Y K H S L
Decimal 2 7 105 0.98 0.93 0 0.59 237.09 0.96 0.21
Hex 2 7 69 62 5D 0 3B ED 60 15
Octal 2 7 151 142 135 0 73 355 140 25
Binary 10 111 1101001 1100010 1011101 0 111011 11101101 1100000 10101

Color Harmonies of #020769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020769

Black with #020769

Text Example


Text Example

White with #020769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020769; }

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

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

background-color css

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

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

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

border-color css

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

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

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