Html Css Color HEX #020C69 Navy

📋 copy color: '#020C69'

red 2 ◦ green 12 ◦ blue 105

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

Shades of Navy #020C69

Tints of Navy #020C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.08%

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

R = 1.68%
G = 10.08%
B = 88.24%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#020C69 (or 0x020C69) is known color: Navy. HEX triplet: 02, 0C and 69. RGB value is (2,12,105). Sum of RGB (Red+Green+Blue) = 2+12+105=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 12 (5.08% from 255 or 10.08% from 119); Blue value is 105 (41.41% from 255 or 88.24% from 119); Max value from RGB is 105 - color contains mainly: blue. Hex color #020C69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C69 is #FDF396. Grayscale: #131313. Windows color (decimal): -16642967 or 6884354. OLE color: 6884354.

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

Color convert

RGB 2 12 105 -
CMYK 0.98 0.89 0 0.59
HSL 234.17º 0.96% 0.21% -
HSV(B) 234.17º 0.98% 0.41% -
XYZ 2.71 1.3 13.47 -
YUV 19.61 176.19 115.44 -
System Red Green Blue C M Y K H S L
Decimal 2 12 105 0.98 0.89 0 0.59 234.17 0.96 0.21
Hex 2 C 69 62 59 0 3B EA 60 15
Octal 2 14 151 142 131 0 73 352 140 25
Binary 10 1100 1101001 1100010 1011001 0 111011 11101010 1100000 10101

Color Harmonies of #020C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C69

Black with #020C69

Text Example


Text Example

White with #020C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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