Html Css Color HEX #0961CE Navy Blue

📋 copy color: '#0961CE'

red 9 ◦ green 97 ◦ blue 206

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

Shades of Navy Blue #0961CE

Tints of Navy Blue #0961CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 66.03%

R = 2.88%
G = 31.09%
B = 66.03%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0961CE (or 0x0961CE) is known color: Navy Blue. HEX triplet: 09, 61 and CE. RGB value is (9,97,206). Sum of RGB (Red+Green+Blue) = 9+97+206=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #0961CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0961CE is #F69E31. Grayscale: #525252. Windows color (decimal): -16162354 or 13525257. OLE color: 13525257.

HSL color Cylindrical-coordinate representation of color #0961CE: hue angle of 213.2º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0961CE is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 97 206 -
CMYK 0.96 0.53 0 0.19
HSL 213.2º 0.92% 0.42% -
HSV(B) 213.2º 0.96% 0.81% -
XYZ 15.53 13.06 60.1 -
YUV 83.11 197.35 75.14 -
System Red Green Blue C M Y K H S L
Decimal 9 97 206 0.96 0.53 0 0.19 213.2 0.92 0.42
Hex 9 61 CE 60 35 0 13 D5 5C 2A
Octal 11 141 316 140 65 0 23 325 134 52
Binary 1001 1100001 11001110 1100000 110101 0 10011 11010101 1011100 101010

Color Harmonies of #0961CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0961CE

Black with #0961CE

Text Example


Text Example

White with #0961CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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