Html Css Color HEX #0961DE Navy Blue

📋 copy color: '#0961DE'

red 9 ◦ green 97 ◦ blue 222

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

Shades of Navy Blue #0961DE

Tints of Navy Blue #0961DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 67.68%

R = 2.74%
G = 29.57%
B = 67.68%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0961DE (or 0x0961DE) is known color: Navy Blue. HEX triplet: 09, 61 and DE. RGB value is (9,97,222). Sum of RGB (Red+Green+Blue) = 9+97+222=328 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 222 (87.11% from 255 or 67.68% from 328); Max value from RGB is 222 - color contains mainly: blue. Hex color #0961DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0961DE is #F69E21. Grayscale: #545454. Windows color (decimal): -16162338 or 14573833. OLE color: 14573833.

HSL color Cylindrical-coordinate representation of color #0961DE: hue angle of 215.21º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0961DE is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 97 222 -
CMYK 0.96 0.56 0 0.13
HSL 215.21º 0.92% 0.45% -
HSV(B) 215.21º 0.96% 0.87% -
XYZ 17.57 13.88 70.86 -
YUV 84.94 205.35 73.84 -
System Red Green Blue C M Y K H S L
Decimal 9 97 222 0.96 0.56 0 0.13 215.21 0.92 0.45
Hex 9 61 DE 60 38 0 D D7 5C 2D
Octal 11 141 336 140 70 0 15 327 134 55
Binary 1001 1100001 11011110 1100000 111000 0 1101 11010111 1011100 101101

Color Harmonies of #0961DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0961DE

Black with #0961DE

Text Example


Text Example

White with #0961DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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