Html Css Color HEX #0961ED Navy Blue

📋 copy color: '#0961ED'

red 9 ◦ green 97 ◦ blue 237

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

Shades of Navy Blue #0961ED

Tints of Navy Blue #0961ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 69.1%

R = 2.62%
G = 28.28%
B = 69.1%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0961ED (or 0x0961ED) is known color: Navy Blue. HEX triplet: 09, 61 and ED. RGB value is (9,97,237). Sum of RGB (Red+Green+Blue) = 9+97+237=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 237 (92.97% from 255 or 69.10% from 343); Max value from RGB is 237 - color contains mainly: blue. Hex color #0961ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0961ED is #F69E12. Grayscale: #565656. Windows color (decimal): -16162323 or 15556873. OLE color: 15556873.

HSL color Cylindrical-coordinate representation of color #0961ED: hue angle of 216.84º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0961ED is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 97 237 -
CMYK 0.96 0.59 0 0.07
HSL 216.84º 0.93% 0.48% -
HSV(B) 216.84º 0.96% 0.93% -
XYZ 19.67 14.72 81.93 -
YUV 86.65 212.85 72.62 -
System Red Green Blue C M Y K H S L
Decimal 9 97 237 0.96 0.59 0 0.07 216.84 0.93 0.48
Hex 9 61 ED 60 3B 0 7 D9 5D 30
Octal 11 141 355 140 73 0 7 331 135 60
Binary 1001 1100001 11101101 1100000 111011 0 111 11011001 1011101 110000

Color Harmonies of #0961ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0961ED

Black with #0961ED

Text Example


Text Example

White with #0961ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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