Html Css Color HEX #0958CD Navy Blue

📋 copy color: '#0958CD'

red 9 ◦ green 88 ◦ blue 205

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

Shades of Navy Blue #0958CD

Tints of Navy Blue #0958CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 67.88%

R = 2.98%
G = 29.14%
B = 67.88%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0958CD (or 0x0958CD) is known color: Navy Blue. HEX triplet: 09, 58 and CD. RGB value is (9,88,205). Sum of RGB (Red+Green+Blue) = 9+88+205=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #0958CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0958CD is #F6A732. Grayscale: #4D4D4D. Windows color (decimal): -16164659 or 13457417. OLE color: 13457417.

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

Color convert

RGB 9 88 205 -
CMYK 0.96 0.57 0 0.20
HSL 215.82º 0.92% 0.42% -
HSV(B) 215.82º 0.96% 0.8% -
XYZ 14.62 11.45 59.2 -
YUV 77.72 199.83 78.99 -
System Red Green Blue C M Y K H S L
Decimal 9 88 205 0.96 0.57 0 0.20 215.82 0.92 0.42
Hex 9 58 CD 60 39 0 14 D8 5C 2A
Octal 11 130 315 140 71 0 24 330 134 52
Binary 1001 1011000 11001101 1100000 111001 0 10100 11011000 1011100 101010

Color Harmonies of #0958CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0958CD

Black with #0958CD

Text Example


Text Example

White with #0958CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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