Html Css Color HEX #0961DC Navy Blue

📋 copy color: '#0961DC'

red 9 ◦ green 97 ◦ blue 220

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

Shades of Navy Blue #0961DC

Tints of Navy Blue #0961DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 67.48%

R = 2.76%
G = 29.75%
B = 67.48%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0961DC (or 0x0961DC) is known color: Navy Blue. HEX triplet: 09, 61 and DC. RGB value is (9,97,220). Sum of RGB (Red+Green+Blue) = 9+97+220=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #0961DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0961DC is #F69E23. Grayscale: #545454. Windows color (decimal): -16162340 or 14442761. OLE color: 14442761.

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

Color convert

RGB 9 97 220 -
CMYK 0.96 0.56 0 0.14
HSL 214.98º 0.92% 0.45% -
HSV(B) 214.98º 0.96% 0.86% -
XYZ 17.31 13.77 69.46 -
YUV 84.71 204.35 74 -
System Red Green Blue C M Y K H S L
Decimal 9 97 220 0.96 0.56 0 0.14 214.98 0.92 0.45
Hex 9 61 DC 60 38 0 E D7 5C 2D
Octal 11 141 334 140 70 0 16 327 134 55
Binary 1001 1100001 11011100 1100000 111000 0 1110 11010111 1011100 101101

Color Harmonies of #0961DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0961DC

Black with #0961DC

Text Example


Text Example

White with #0961DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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