Html Css Color HEX #020963 Navy

📋 copy color: '#020963'

red 2 ◦ green 9 ◦ blue 99

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

Shades of Navy #020963

Tints of Navy #020963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.18%

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

R = 1.82%
G = 8.18%
B = 90%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#020963 (or 0x020963) is known color: Navy. HEX triplet: 02, 09 and 63. RGB value is (2,9,99). Sum of RGB (Red+Green+Blue) = 2+9+99=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 99 (39.06% from 255 or 90% from 110); Max value from RGB is 99 - color contains mainly: blue. Hex color #020963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020963 is #FDF69C. Grayscale: #101010. Windows color (decimal): -16643741 or 6490370. OLE color: 6490370.

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

Color convert

RGB 2 9 99 -
CMYK 0.98 0.91 0 0.61
HSL 235.67º 0.96% 0.2% -
HSV(B) 235.67º 0.98% 0.39% -
XYZ 2.37 1.11 11.89 -
YUV 17.17 174.18 117.18 -
System Red Green Blue C M Y K H S L
Decimal 2 9 99 0.98 0.91 0 0.61 235.67 0.96 0.2
Hex 2 9 63 62 5B 0 3D EC 60 14
Octal 2 11 143 142 133 0 75 354 140 24
Binary 10 1001 1100011 1100010 1011011 0 111101 11101100 1100000 10100

Color Harmonies of #020963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020963

Black with #020963

Text Example


Text Example

White with #020963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020963; }

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

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

background-color css

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

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

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

border-color css

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

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

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