Html Css Color HEX #0955EF Navy Blue

📋 copy color: '#0955EF'

red 9 ◦ green 85 ◦ blue 239

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

Shades of Navy Blue #0955EF

Tints of Navy Blue #0955EF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.53%

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

R = 2.7%
G = 25.53%
B = 71.77%

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

#0955EF (or 0x0955EF) is known color: Navy Blue. HEX triplet: 09, 55 and EF. RGB value is (9,85,239). Sum of RGB (Red+Green+Blue) = 9+85+239=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 239 (93.75% from 255 or 71.77% from 333); Max value from RGB is 239 - color contains mainly: blue. Hex color #0955EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0955EF is #F6AA10. Grayscale: #4F4F4F. Windows color (decimal): -16165393 or 15684873. OLE color: 15684873.

HSL color Cylindrical-coordinate representation of color #0955EF: hue angle of 220.17º 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 #0955EF is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 85 239 -
CMYK 0.96 0.64 0 0.06
HSL 220.17º 0.93% 0.49% -
HSV(B) 220.17º 0.96% 0.94% -
XYZ 18.94 12.79 83.13 -
YUV 79.83 217.82 77.48 -
System Red Green Blue C M Y K H S L
Decimal 9 85 239 0.96 0.64 0 0.06 220.17 0.93 0.49
Hex 9 55 EF 60 40 0 6 DC 5D 31
Octal 11 125 357 140 100 0 6 334 135 61
Binary 1001 1010101 11101111 1100000 1000000 0 110 11011100 1011101 110001

Color Harmonies of #0955EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0955EF

Black with #0955EF

Text Example


Text Example

White with #0955EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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