Html Css Color HEX #0956DC Navy Blue

📋 copy color: '#0956DC'

red 9 ◦ green 86 ◦ blue 220

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

Shades of Navy Blue #0956DC

Tints of Navy Blue #0956DC

RGB

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

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

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

R = 2.86%
G = 27.3%
B = 69.84%

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

#0956DC (or 0x0956DC) is known color: Navy Blue. HEX triplet: 09, 56 and DC. RGB value is (9,86,220). Sum of RGB (Red+Green+Blue) = 9+86+220=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #0956DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0956DC is #F6A923. Grayscale: #4D4D4D. Windows color (decimal): -16165156 or 14439945. OLE color: 14439945.

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

Color convert

RGB 9 86 220 -
CMYK 0.96 0.61 0 0.14
HSL 218.1º 0.92% 0.45% -
HSV(B) 218.1º 0.96% 0.86% -
XYZ 16.36 11.88 69.14 -
YUV 78.25 207.99 78.6 -
System Red Green Blue C M Y K H S L
Decimal 9 86 220 0.96 0.61 0 0.14 218.1 0.92 0.45
Hex 9 56 DC 60 3D 0 E DA 5C 2D
Octal 11 126 334 140 75 0 16 332 134 55
Binary 1001 1010110 11011100 1100000 111101 0 1110 11011010 1011100 101101

Color Harmonies of #0956DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0956DC

Black with #0956DC

Text Example


Text Example

White with #0956DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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