Html Css Color HEX #020369 Navy

📋 copy color: '#020369'

red 2 ◦ green 3 ◦ blue 105

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

Shades of Navy #020369

Tints of Navy #020369

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.73%

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

R = 1.82%
G = 2.73%
B = 95.45%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#020369 (or 0x020369) is known color: Navy. HEX triplet: 02, 03 and 69. RGB value is (2,3,105). Sum of RGB (Red+Green+Blue) = 2+3+105=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 105 (41.41% from 255 or 95.45% from 110); Max value from RGB is 105 - color contains mainly: blue. Hex color #020369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020369 is #FDFC96. Grayscale: #0D0D0D. Windows color (decimal): -16645271 or 6882050. OLE color: 6882050.

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

Color convert

RGB 2 3 105 -
CMYK 0.98 0.97 0 0.59
HSL 239.42º 0.96% 0.21% -
HSV(B) 239.42º 0.98% 0.41% -
XYZ 2.61 1.1 13.44 -
YUV 14.33 179.17 119.21 -
System Red Green Blue C M Y K H S L
Decimal 2 3 105 0.98 0.97 0 0.59 239.42 0.96 0.21
Hex 2 3 69 62 61 0 3B EF 60 15
Octal 2 3 151 142 141 0 73 357 140 25
Binary 10 11 1101001 1100010 1100001 0 111011 11101111 1100000 10101

Color Harmonies of #020369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020369

Black with #020369

Text Example


Text Example

White with #020369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020369; }

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

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

background-color css

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

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

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

border-color css

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

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

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