Html Css Color HEX #0961DB Navy Blue

📋 copy color: '#0961DB'

red 9 ◦ green 97 ◦ blue 219

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

Shades of Navy Blue #0961DB

Tints of Navy Blue #0961DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 67.38%

R = 2.77%
G = 29.85%
B = 67.38%

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

#0961DB (or 0x0961DB) is known color: Navy Blue. HEX triplet: 09, 61 and DB. RGB value is (9,97,219). Sum of RGB (Red+Green+Blue) = 9+97+219=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #0961DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0961DB is #F69E24. Grayscale: #545454. Windows color (decimal): -16162341 or 14377225. OLE color: 14377225.

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

Color convert

RGB 9 97 219 -
CMYK 0.96 0.56 0 0.14
HSL 214.86º 0.92% 0.45% -
HSV(B) 214.86º 0.96% 0.86% -
XYZ 17.17 13.72 68.76 -
YUV 84.6 203.85 74.08 -
System Red Green Blue C M Y K H S L
Decimal 9 97 219 0.96 0.56 0 0.14 214.86 0.92 0.45
Hex 9 61 DB 60 38 0 E D7 5C 2D
Octal 11 141 333 140 70 0 16 327 134 55
Binary 1001 1100001 11011011 1100000 111000 0 1110 11010111 1011100 101101

Color Harmonies of #0961DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0961DB

Black with #0961DB

Text Example


Text Example

White with #0961DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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