Html Css Color HEX #0961CB Navy Blue

📋 copy color: '#0961CB'

red 9 ◦ green 97 ◦ blue 203

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

Shades of Navy Blue #0961CB

Tints of Navy Blue #0961CB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.39%

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

R = 2.91%
G = 31.39%
B = 65.7%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0961CB (or 0x0961CB) is known color: Navy Blue. HEX triplet: 09, 61 and CB. RGB value is (9,97,203). Sum of RGB (Red+Green+Blue) = 9+97+203=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 203 (79.69% from 255 or 65.70% from 309); Max value from RGB is 203 - color contains mainly: blue. Hex color #0961CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0961CB is #F69E34. Grayscale: #525252. Windows color (decimal): -16162357 or 13328649. OLE color: 13328649.

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

Color convert

RGB 9 97 203 -
CMYK 0.96 0.52 0 0.20
HSL 212.78º 0.92% 0.42% -
HSV(B) 212.78º 0.96% 0.8% -
XYZ 15.17 12.92 58.19 -
YUV 82.77 195.85 75.38 -
System Red Green Blue C M Y K H S L
Decimal 9 97 203 0.96 0.52 0 0.20 212.78 0.92 0.42
Hex 9 61 CB 60 34 0 14 D5 5C 2A
Octal 11 141 313 140 64 0 24 325 134 52
Binary 1001 1100001 11001011 1100000 110100 0 10100 11010101 1011100 101010

Color Harmonies of #0961CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0961CB

Black with #0961CB

Text Example


Text Example

White with #0961CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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