Html Css Color HEX #0961EC Navy Blue

📋 copy color: '#0961EC'

red 9 ◦ green 97 ◦ blue 236

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

Shades of Navy Blue #0961EC

Tints of Navy Blue #0961EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 69.01%

R = 2.63%
G = 28.36%
B = 69.01%

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

#0961EC (or 0x0961EC) is known color: Navy Blue. HEX triplet: 09, 61 and EC. RGB value is (9,97,236). Sum of RGB (Red+Green+Blue) = 9+97+236=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 236 (92.58% from 255 or 69.01% from 342); Max value from RGB is 236 - color contains mainly: blue. Hex color #0961EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0961EC is #F69E13. Grayscale: #555555. Windows color (decimal): -16162324 or 15491337. OLE color: 15491337.

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

Color convert

RGB 9 97 236 -
CMYK 0.96 0.59 0 0.07
HSL 216.74º 0.93% 0.48% -
HSV(B) 216.74º 0.96% 0.93% -
XYZ 19.53 14.66 81.16 -
YUV 86.53 212.35 72.7 -
System Red Green Blue C M Y K H S L
Decimal 9 97 236 0.96 0.59 0 0.07 216.74 0.93 0.48
Hex 9 61 EC 60 3B 0 7 D9 5D 30
Octal 11 141 354 140 73 0 7 331 135 60
Binary 1001 1100001 11101100 1100000 111011 0 111 11011001 1011101 110000

Color Harmonies of #0961EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0961EC

Black with #0961EC

Text Example


Text Example

White with #0961EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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