Html Css Color HEX #0961CC Navy Blue

📋 copy color: '#0961CC'

red 9 ◦ green 97 ◦ blue 204

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

Shades of Navy Blue #0961CC

Tints of Navy Blue #0961CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 65.81%

R = 2.9%
G = 31.29%
B = 65.81%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0961CC (or 0x0961CC) is known color: Navy Blue. HEX triplet: 09, 61 and CC. RGB value is (9,97,204). Sum of RGB (Red+Green+Blue) = 9+97+204=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #0961CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0961CC is #F69E33. Grayscale: #525252. Windows color (decimal): -16162356 or 13394185. OLE color: 13394185.

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

Color convert

RGB 9 97 204 -
CMYK 0.96 0.52 0 0.2
HSL 212.92º 0.92% 0.42% -
HSV(B) 212.92º 0.96% 0.8% -
XYZ 15.29 12.97 58.82 -
YUV 82.89 196.35 75.3 -
System Red Green Blue C M Y K H S L
Decimal 9 97 204 0.96 0.52 0 0.2 212.92 0.92 0.42
Hex 9 61 CC 60 34 0 14 D5 5C 2A
Octal 11 141 314 140 64 0 24 325 134 52
Binary 1001 1100001 11001100 1100000 110100 0 10100 11010101 1011100 101010

Color Harmonies of #0961CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0961CC

Black with #0961CC

Text Example


Text Example

White with #0961CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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