Html Css Color HEX #020B69 Navy

📋 copy color: '#020B69'

red 2 ◦ green 11 ◦ blue 105

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

Shades of Navy #020B69

Tints of Navy #020B69

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.32%

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

R = 1.69%
G = 9.32%
B = 88.98%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#020B69 (or 0x020B69) is known color: Navy. HEX triplet: 02, 0B and 69. RGB value is (2,11,105). Sum of RGB (Red+Green+Blue) = 2+11+105=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 105 (41.41% from 255 or 88.98% from 118); Max value from RGB is 105 - color contains mainly: blue. Hex color #020B69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020B69 is #FDF496. Grayscale: #121212. Windows color (decimal): -16643223 or 6884098. OLE color: 6884098.

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

Color convert

RGB 2 11 105 -
CMYK 0.98 0.90 0 0.59
HSL 234.76º 0.96% 0.21% -
HSV(B) 234.76º 0.98% 0.41% -
XYZ 2.69 1.27 13.47 -
YUV 19.03 176.52 115.86 -
System Red Green Blue C M Y K H S L
Decimal 2 11 105 0.98 0.90 0 0.59 234.76 0.96 0.21
Hex 2 B 69 62 5A 0 3B EB 60 15
Octal 2 13 151 142 132 0 73 353 140 25
Binary 10 1011 1101001 1100010 1011010 0 111011 11101011 1100000 10101

Color Harmonies of #020B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020B69

Black with #020B69

Text Example


Text Example

White with #020B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020B69; }

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

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

background-color css

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

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

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

border-color css

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

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

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