Html Css Color HEX #020363 Navy

📋 copy color: '#020363'

red 2 ◦ green 3 ◦ blue 99

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

Shades of Navy #020363

Tints of Navy #020363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 95.19%

R = 1.92%
G = 2.88%
B = 95.19%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#020363 (or 0x020363) is known color: Navy. HEX triplet: 02, 03 and 63. RGB value is (2,3,99). Sum of RGB (Red+Green+Blue) = 2+3+99=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 99 (39.06% from 255 or 95.19% from 104); Max value from RGB is 99 - color contains mainly: blue. Hex color #020363 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020363 is #FDFC9C. Grayscale: #0D0D0D. Windows color (decimal): -16645277 or 6488834. OLE color: 6488834.

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

Color convert

RGB 2 3 99 -
CMYK 0.98 0.97 0 0.61
HSL 239.38º 0.96% 0.2% -
HSV(B) 239.38º 0.98% 0.39% -
XYZ 2.31 0.98 11.87 -
YUV 13.65 176.17 119.69 -
System Red Green Blue C M Y K H S L
Decimal 2 3 99 0.98 0.97 0 0.61 239.38 0.96 0.2
Hex 2 3 63 62 61 0 3D EF 60 14
Octal 2 3 143 142 141 0 75 357 140 24
Binary 10 11 1100011 1100010 1100001 0 111101 11101111 1100000 10100

Color Harmonies of #020363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020363

Black with #020363

Text Example


Text Example

White with #020363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020363; }

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

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

background-color css

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

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

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

border-color css

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

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

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