Html Css Color HEX #0964CB Navy Blue

📋 copy color: '#0964CB'

red 9 ◦ green 100 ◦ blue 203

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

Shades of Navy Blue #0964CB

Tints of Navy Blue #0964CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 65.06%

R = 2.88%
G = 32.05%
B = 65.06%

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

#0964CB (or 0x0964CB) is known color: Navy Blue. HEX triplet: 09, 64 and CB. RGB value is (9,100,203). Sum of RGB (Red+Green+Blue) = 9+100+203=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #0964CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0964CB is #F69B34. Grayscale: #545454. Windows color (decimal): -16161589 or 13329417. OLE color: 13329417.

HSL color Cylindrical-coordinate representation of color #0964CB: hue angle of 211.86º 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 #0964CB is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 100 203 -
CMYK 0.96 0.51 0 0.20
HSL 211.86º 0.92% 0.42% -
HSV(B) 211.86º 0.96% 0.8% -
XYZ 15.45 13.48 58.29 -
YUV 84.53 194.85 74.12 -
System Red Green Blue C M Y K H S L
Decimal 9 100 203 0.96 0.51 0 0.20 211.86 0.92 0.42
Hex 9 64 CB 60 33 0 14 D4 5C 2A
Octal 11 144 313 140 63 0 24 324 134 52
Binary 1001 1100100 11001011 1100000 110011 0 10100 11010100 1011100 101010

Color Harmonies of #0964CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0964CB

Black with #0964CB

Text Example


Text Example

White with #0964CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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