Html Css Color HEX #0958CC Navy Blue

📋 copy color: '#0958CC'

red 9 ◦ green 88 ◦ blue 204

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

Shades of Navy Blue #0958CC

Tints of Navy Blue #0958CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 67.77%

R = 2.99%
G = 29.24%
B = 67.77%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0958CC (or 0x0958CC) is known color: Navy Blue. HEX triplet: 09, 58 and CC. RGB value is (9,88,204). Sum of RGB (Red+Green+Blue) = 9+88+204=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #0958CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0958CC is #F6A733. Grayscale: #4D4D4D. Windows color (decimal): -16164660 or 13391881. OLE color: 13391881.

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

Color convert

RGB 9 88 204 -
CMYK 0.96 0.57 0 0.2
HSL 215.69º 0.92% 0.42% -
HSV(B) 215.69º 0.96% 0.8% -
XYZ 14.5 11.4 58.56 -
YUV 77.6 199.33 79.07 -
System Red Green Blue C M Y K H S L
Decimal 9 88 204 0.96 0.57 0 0.2 215.69 0.92 0.42
Hex 9 58 CC 60 39 0 14 D8 5C 2A
Octal 11 130 314 140 71 0 24 330 134 52
Binary 1001 1011000 11001100 1100000 111001 0 10100 11011000 1011100 101010

Color Harmonies of #0958CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0958CC

Black with #0958CC

Text Example


Text Example

White with #0958CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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