Html Css Color HEX #0955CD Navy Blue

📋 copy color: '#0955CD'

red 9 ◦ green 85 ◦ blue 205

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

Shades of Navy Blue #0955CD

Tints of Navy Blue #0955CD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.43%

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

R = 3.01%
G = 28.43%
B = 68.56%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0955CD (or 0x0955CD) is known color: Navy Blue. HEX triplet: 09, 55 and CD. RGB value is (9,85,205). Sum of RGB (Red+Green+Blue) = 9+85+205=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 205 (80.47% from 255 or 68.56% from 299); Max value from RGB is 205 - color contains mainly: blue. Hex color #0955CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0955CD is #F6AA32. Grayscale: #4B4B4B. Windows color (decimal): -16165427 or 13456649. OLE color: 13456649.

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

Color convert

RGB 9 85 205 -
CMYK 0.96 0.59 0 0.20
HSL 216.73º 0.92% 0.42% -
HSV(B) 216.73º 0.96% 0.8% -
XYZ 14.38 10.96 59.12 -
YUV 75.96 200.82 80.24 -
System Red Green Blue C M Y K H S L
Decimal 9 85 205 0.96 0.59 0 0.20 216.73 0.92 0.42
Hex 9 55 CD 60 3B 0 14 D9 5C 2A
Octal 11 125 315 140 73 0 24 331 134 52
Binary 1001 1010101 11001101 1100000 111011 0 10100 11011001 1011100 101010

Color Harmonies of #0955CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0955CD

Black with #0955CD

Text Example


Text Example

White with #0955CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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