Html Css Color HEX #000963 Navy

📋 copy color: '#000963'

red 0 ◦ green 9 ◦ blue 99

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

Shades of Navy #000963

Tints of Navy #000963

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 8.33%
B = 91.67%

CMYK

 C value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#000963 (or 0x000963) is known color: Navy. HEX triplet: 00, 09 and 63. RGB value is (0,9,99). Sum of RGB (Red+Green+Blue) = 0+9+99=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 99 (39.06% from 255 or 91.67% from 108); Max value from RGB is 99 - color contains mainly: blue. Hex color #000963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000963 is #FFF69C. Grayscale: #101010. Windows color (decimal): -16774813 or 6490368. OLE color: 6490368.

HSL color Cylindrical-coordinate representation of color #000963: hue angle of 234.55º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000963 is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 0 9 99 -
CMYK 1 0.91 0 0.61
HSL 234.55º 1% 0.19% -
HSV(B) 234.55º 1% 0.39% -
XYZ 2.35 1.1 11.89 -
YUV 16.57 174.52 116.18 -
System Red Green Blue C M Y K H S L
Decimal 0 9 99 1 0.91 0 0.61 234.55 1 0.19
Hex 0 9 63 64 5B 0 3D EB 64 13
Octal 0 11 143 144 133 0 75 353 144 23
Binary 0 1001 1100011 1100100 1011011 0 111101 11101011 1100100 10011

Color Harmonies of #000963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000963

Black with #000963

Text Example


Text Example

White with #000963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000963; }

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

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

background-color css

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

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

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

border-color css

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

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

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