Html Css Color HEX #0958EF Navy Blue

📋 copy color: '#0958EF'

red 9 ◦ green 88 ◦ blue 239

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

Shades of Navy Blue #0958EF

Tints of Navy Blue #0958EF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.19%

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

R = 2.68%
G = 26.19%
B = 71.13%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0958EF (or 0x0958EF) is known color: Navy Blue. HEX triplet: 09, 58 and EF. RGB value is (9,88,239). Sum of RGB (Red+Green+Blue) = 9+88+239=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #0958EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0958EF is #F6A710. Grayscale: #505050. Windows color (decimal): -16164625 or 15685641. OLE color: 15685641.

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

Color convert

RGB 9 88 239 -
CMYK 0.96 0.63 0 0.06
HSL 219.39º 0.93% 0.49% -
HSV(B) 219.39º 0.96% 0.94% -
XYZ 19.18 13.27 83.21 -
YUV 81.59 216.83 76.22 -
System Red Green Blue C M Y K H S L
Decimal 9 88 239 0.96 0.63 0 0.06 219.39 0.93 0.49
Hex 9 58 EF 60 3F 0 6 DB 5D 31
Octal 11 130 357 140 77 0 6 333 135 61
Binary 1001 1011000 11101111 1100000 111111 0 110 11011011 1011101 110001

Color Harmonies of #0958EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0958EF

Black with #0958EF

Text Example


Text Example

White with #0958EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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