Html Css Color HEX #0958CE Navy Blue

📋 copy color: '#0958CE'

red 9 ◦ green 88 ◦ blue 206

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

Shades of Navy Blue #0958CE

Tints of Navy Blue #0958CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.99%

R = 2.97%
G = 29.04%
B = 67.99%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0958CE (or 0x0958CE) is known color: Navy Blue. HEX triplet: 09, 58 and CE. RGB value is (9,88,206). Sum of RGB (Red+Green+Blue) = 9+88+206=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #0958CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0958CE is #F6A731. Grayscale: #4D4D4D. Windows color (decimal): -16164658 or 13522953. OLE color: 13522953.

HSL color Cylindrical-coordinate representation of color #0958CE: hue angle of 215.94º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0958CE is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 88 206 -
CMYK 0.96 0.57 0 0.19
HSL 215.94º 0.92% 0.42% -
HSV(B) 215.94º 0.96% 0.81% -
XYZ 14.74 11.49 59.83 -
YUV 77.83 200.33 78.91 -
System Red Green Blue C M Y K H S L
Decimal 9 88 206 0.96 0.57 0 0.19 215.94 0.92 0.42
Hex 9 58 CE 60 39 0 13 D8 5C 2A
Octal 11 130 316 140 71 0 23 330 134 52
Binary 1001 1011000 11001110 1100000 111001 0 10011 11011000 1011100 101010

Color Harmonies of #0958CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0958CE

Black with #0958CE

Text Example


Text Example

White with #0958CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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