Html Css Color HEX #0956CB Navy Blue

📋 copy color: '#0956CB'

red 9 ◦ green 86 ◦ blue 203

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

Shades of Navy Blue #0956CB

Tints of Navy Blue #0956CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.12%

R = 3.02%
G = 28.86%
B = 68.12%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0956CB (or 0x0956CB) is known color: Navy Blue. HEX triplet: 09, 56 and CB. RGB value is (9,86,203). Sum of RGB (Red+Green+Blue) = 9+86+203=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 203 (79.69% from 255 or 68.12% from 298); Max value from RGB is 203 - color contains mainly: blue. Hex color #0956CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0956CB is #F6A934. Grayscale: #4B4B4B. Windows color (decimal): -16165173 or 13325833. OLE color: 13325833.

HSL color Cylindrical-coordinate representation of color #0956CB: hue angle of 216.19º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0956CB is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 86 203 -
CMYK 0.96 0.58 0 0.20
HSL 216.19º 0.92% 0.42% -
HSV(B) 216.19º 0.96% 0.8% -
XYZ 14.22 11.03 57.88 -
YUV 76.32 199.49 79.99 -
System Red Green Blue C M Y K H S L
Decimal 9 86 203 0.96 0.58 0 0.20 216.19 0.92 0.42
Hex 9 56 CB 60 3A 0 14 D8 5C 2A
Octal 11 126 313 140 72 0 24 330 134 52
Binary 1001 1010110 11001011 1100000 111010 0 10100 11011000 1011100 101010

Color Harmonies of #0956CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0956CB

Black with #0956CB

Text Example


Text Example

White with #0956CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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