Html Css Color HEX #0956DF Navy Blue

📋 copy color: '#0956DF'

red 9 ◦ green 86 ◦ blue 223

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

Shades of Navy Blue #0956DF

Tints of Navy Blue #0956DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.13%

R = 2.83%
G = 27.04%
B = 70.13%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0956DF (or 0x0956DF) is known color: Navy Blue. HEX triplet: 09, 56 and DF. RGB value is (9,86,223). Sum of RGB (Red+Green+Blue) = 9+86+223=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 223 (87.5% from 255 or 70.13% from 318); Max value from RGB is 223 - color contains mainly: blue. Hex color #0956DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0956DF is #F6A920. Grayscale: #4D4D4D. Windows color (decimal): -16165153 or 14636553. OLE color: 14636553.

HSL color Cylindrical-coordinate representation of color #0956DF: hue angle of 218.41º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0956DF is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 86 223 -
CMYK 0.96 0.61 0 0.13
HSL 218.41º 0.92% 0.45% -
HSV(B) 218.41º 0.96% 0.87% -
XYZ 16.76 12.04 71.25 -
YUV 78.6 209.49 78.36 -
System Red Green Blue C M Y K H S L
Decimal 9 86 223 0.96 0.61 0 0.13 218.41 0.92 0.45
Hex 9 56 DF 60 3D 0 D DA 5C 2D
Octal 11 126 337 140 75 0 15 332 134 55
Binary 1001 1010110 11011111 1100000 111101 0 1101 11011010 1011100 101101

Color Harmonies of #0956DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0956DF

Black with #0956DF

Text Example


Text Example

White with #0956DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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