Html Css Color HEX #0964D8 Navy Blue

📋 copy color: '#0964D8'

red 9 ◦ green 100 ◦ blue 216

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

Shades of Navy Blue #0964D8

Tints of Navy Blue #0964D8

RGB

 RED value IS 9 (3.91% from 255) = 2.77%

 GREEN value IS 100 (39.45% from 255) = 30.77%

 BLUE value IS 216 (84.77% from 255) = 66.46%

R = 2.77%
G = 30.77%
B = 66.46%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0964D8 (or 0x0964D8) is known color: Navy Blue. HEX triplet: 09, 64 and D8. RGB value is (9,100,216). Sum of RGB (Red+Green+Blue) = 9+100+216=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 216 (84.77% from 255 or 66.46% from 325); Max value from RGB is 216 - color contains mainly: blue. Hex color #0964D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0964D8 is #F69B27. Grayscale: #555555. Windows color (decimal): -16161576 or 14181385. OLE color: 14181385.

HSL color Cylindrical-coordinate representation of color #0964D8: hue angle of 213.62º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0964D8 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 100 216 -
CMYK 0.96 0.54 0 0.15
HSL 213.62º 0.92% 0.44% -
HSV(B) 213.62º 0.96% 0.85% -
XYZ 17.06 14.13 66.79 -
YUV 86.02 201.35 73.07 -
System Red Green Blue C M Y K H S L
Decimal 9 100 216 0.96 0.54 0 0.15 213.62 0.92 0.44
Hex 9 64 D8 60 36 0 F D6 5C 2C
Octal 11 144 330 140 66 0 17 326 134 54
Binary 1001 1100100 11011000 1100000 110110 0 1111 11010110 1011100 101100

Color Harmonies of #0964D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0964D8

Black with #0964D8

Text Example


Text Example

White with #0964D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0964D8; }

 p { color: rgb(9,100,216); }

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

background-color css

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

 a { background-color: rgb(9,100,216); }

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

border-color css

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

 span { border-color: rgb(9,100,216); }

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