Html Css Color HEX #0964CD Navy Blue

📋 copy color: '#0964CD'

red 9 ◦ green 100 ◦ blue 205

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

Shades of Navy Blue #0964CD

Tints of Navy Blue #0964CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 65.29%

R = 2.87%
G = 31.85%
B = 65.29%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0964CD (or 0x0964CD) is known color: Navy Blue. HEX triplet: 09, 64 and CD. RGB value is (9,100,205). Sum of RGB (Red+Green+Blue) = 9+100+205=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #0964CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0964CD is #F69B32. Grayscale: #545454. Windows color (decimal): -16161587 or 13460489. OLE color: 13460489.

HSL color Cylindrical-coordinate representation of color #0964CD: hue angle of 212.14º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0964CD is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 100 205 -
CMYK 0.96 0.51 0 0.20
HSL 212.14º 0.92% 0.42% -
HSV(B) 212.14º 0.96% 0.8% -
XYZ 15.69 13.58 59.55 -
YUV 84.76 195.85 73.96 -
System Red Green Blue C M Y K H S L
Decimal 9 100 205 0.96 0.51 0 0.20 212.14 0.92 0.42
Hex 9 64 CD 60 33 0 14 D4 5C 2A
Octal 11 144 315 140 63 0 24 324 134 52
Binary 1001 1100100 11001101 1100000 110011 0 10100 11010100 1011100 101010

Color Harmonies of #0964CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0964CD

Black with #0964CD

Text Example


Text Example

White with #0964CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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