Html Css Color HEX #020360 Navy

📋 copy color: '#020360'

red 2 ◦ green 3 ◦ blue 96

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

Shades of Navy #020360

Tints of Navy #020360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 95.05%

R = 1.98%
G = 2.97%
B = 95.05%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#020360 (or 0x020360) is known color: Navy. HEX triplet: 02, 03 and 60. RGB value is (2,3,96). Sum of RGB (Red+Green+Blue) = 2+3+96=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 96 (37.89% from 255 or 95.05% from 101); Max value from RGB is 96 - color contains mainly: blue. Hex color #020360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020360 is #FDFC9F. Grayscale: #0C0C0C. Windows color (decimal): -16645280 or 6292226. OLE color: 6292226.

HSL color Cylindrical-coordinate representation of color #020360: hue angle of 239.36º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020360 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 3 96 -
CMYK 0.98 0.97 0 0.62
HSL 239.36º 0.96% 0.19% -
HSV(B) 239.36º 0.98% 0.38% -
XYZ 2.17 0.92 11.13 -
YUV 13.3 174.67 119.94 -
System Red Green Blue C M Y K H S L
Decimal 2 3 96 0.98 0.97 0 0.62 239.36 0.96 0.19
Hex 2 3 60 62 61 0 3E EF 60 13
Octal 2 3 140 142 141 0 76 357 140 23
Binary 10 11 1100000 1100010 1100001 0 111110 11101111 1100000 10011

Color Harmonies of #020360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020360

Black with #020360

Text Example


Text Example

White with #020360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020360; }

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

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

background-color css

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

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

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

border-color css

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

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

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