Html Css Color HEX #0956DB Navy Blue

📋 copy color: '#0956DB'

red 9 ◦ green 86 ◦ blue 219

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

Shades of Navy Blue #0956DB

Tints of Navy Blue #0956DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.39%

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

R = 2.87%
G = 27.39%
B = 69.75%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0956DB (or 0x0956DB) is known color: Navy Blue. HEX triplet: 09, 56 and DB. RGB value is (9,86,219). Sum of RGB (Red+Green+Blue) = 9+86+219=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #0956DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0956DB is #F6A924. Grayscale: #4D4D4D. Windows color (decimal): -16165157 or 14374409. OLE color: 14374409.

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

Color convert

RGB 9 86 219 -
CMYK 0.96 0.61 0 0.14
HSL 218º 0.92% 0.45% -
HSV(B) 218º 0.96% 0.86% -
XYZ 16.23 11.83 68.45 -
YUV 78.14 207.49 78.69 -
System Red Green Blue C M Y K H S L
Decimal 9 86 219 0.96 0.61 0 0.14 218 0.92 0.45
Hex 9 56 DB 60 3D 0 E DA 5C 2D
Octal 11 126 333 140 75 0 16 332 134 55
Binary 1001 1010110 11011011 1100000 111101 0 1110 11011010 1011100 101101

Color Harmonies of #0956DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0956DB

Black with #0956DB

Text Example


Text Example

White with #0956DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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