Html Css Color HEX #020463 Navy

📋 copy color: '#020463'

red 2 ◦ green 4 ◦ blue 99

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

Shades of Navy #020463

Tints of Navy #020463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.81%

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

R = 1.9%
G = 3.81%
B = 94.29%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#020463 (or 0x020463) is known color: Navy. HEX triplet: 02, 04 and 63. RGB value is (2,4,99). Sum of RGB (Red+Green+Blue) = 2+4+99=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 99 (39.06% from 255 or 94.29% from 105); Max value from RGB is 99 - color contains mainly: blue. Hex color #020463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020463 is #FDFB9C. Grayscale: #0D0D0D. Windows color (decimal): -16645021 or 6489090. OLE color: 6489090.

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

Color convert

RGB 2 4 99 -
CMYK 0.98 0.96 0 0.61
HSL 238.76º 0.96% 0.2% -
HSV(B) 238.76º 0.98% 0.39% -
XYZ 2.32 1 11.88 -
YUV 14.23 175.84 119.28 -
System Red Green Blue C M Y K H S L
Decimal 2 4 99 0.98 0.96 0 0.61 238.76 0.96 0.2
Hex 2 4 63 62 60 0 3D EF 60 14
Octal 2 4 143 142 140 0 75 357 140 24
Binary 10 100 1100011 1100010 1100000 0 111101 11101111 1100000 10100

Color Harmonies of #020463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020463

Black with #020463

Text Example


Text Example

White with #020463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020463; }

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

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

background-color css

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

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

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

border-color css

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

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

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