Html Css Color HEX #0958CF Navy Blue

📋 copy color: '#0958CF'

red 9 ◦ green 88 ◦ blue 207

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

Shades of Navy Blue #0958CF

Tints of Navy Blue #0958CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 68.09%

R = 2.96%
G = 28.95%
B = 68.09%

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

#0958CF (or 0x0958CF) is known color: Navy Blue. HEX triplet: 09, 58 and CF. RGB value is (9,88,207). Sum of RGB (Red+Green+Blue) = 9+88+207=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #0958CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0958CF is #F6A730. Grayscale: #4D4D4D. Windows color (decimal): -16164657 or 13588489. OLE color: 13588489.

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

Color convert

RGB 9 88 207 -
CMYK 0.96 0.57 0 0.19
HSL 216.06º 0.92% 0.42% -
HSV(B) 216.06º 0.96% 0.81% -
XYZ 14.86 11.54 60.48 -
YUV 77.95 200.83 78.82 -
System Red Green Blue C M Y K H S L
Decimal 9 88 207 0.96 0.57 0 0.19 216.06 0.92 0.42
Hex 9 58 CF 60 39 0 13 D8 5C 2A
Octal 11 130 317 140 71 0 23 330 134 52
Binary 1001 1011000 11001111 1100000 111001 0 10011 11011000 1011100 101010

Color Harmonies of #0958CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0958CF

Black with #0958CF

Text Example


Text Example

White with #0958CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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