Html Css Color HEX #0956EF Navy Blue

📋 copy color: '#0956EF'

red 9 ◦ green 86 ◦ blue 239

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

Shades of Navy Blue #0956EF

Tints of Navy Blue #0956EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 71.56%

R = 2.69%
G = 25.75%
B = 71.56%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0956EF (or 0x0956EF) is known color: Navy Blue. HEX triplet: 09, 56 and EF. RGB value is (9,86,239). Sum of RGB (Red+Green+Blue) = 9+86+239=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 239 (93.75% from 255 or 71.56% from 334); Max value from RGB is 239 - color contains mainly: blue. Hex color #0956EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0956EF is #F6A910. Grayscale: #4F4F4F. Windows color (decimal): -16165137 or 15685129. OLE color: 15685129.

HSL color Cylindrical-coordinate representation of color #0956EF: hue angle of 219.91º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0956EF is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 86 239 -
CMYK 0.96 0.64 0 0.06
HSL 219.91º 0.93% 0.49% -
HSV(B) 219.91º 0.96% 0.94% -
XYZ 19.02 12.95 83.16 -
YUV 80.42 217.49 77.06 -
System Red Green Blue C M Y K H S L
Decimal 9 86 239 0.96 0.64 0 0.06 219.91 0.93 0.49
Hex 9 56 EF 60 40 0 6 DC 5D 31
Octal 11 126 357 140 100 0 6 334 135 61
Binary 1001 1010110 11101111 1100000 1000000 0 110 11011100 1011101 110001

Color Harmonies of #0956EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0956EF

Black with #0956EF

Text Example


Text Example

White with #0956EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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