Html Css Color HEX #0953CD Navy Blue

📋 copy color: '#0953CD'

red 9 ◦ green 83 ◦ blue 205

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

Shades of Navy Blue #0953CD

Tints of Navy Blue #0953CD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.95%

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

R = 3.03%
G = 27.95%
B = 69.02%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0953CD (or 0x0953CD) is known color: Navy Blue. HEX triplet: 09, 53 and CD. RGB value is (9,83,205). Sum of RGB (Red+Green+Blue) = 9+83+205=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #0953CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0953CD is #F6AC32. Grayscale: #4A4A4A. Windows color (decimal): -16165939 or 13456137. OLE color: 13456137.

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

Color convert

RGB 9 83 205 -
CMYK 0.96 0.60 0 0.20
HSL 217.35º 0.92% 0.42% -
HSV(B) 217.35º 0.96% 0.8% -
XYZ 14.23 10.65 59.06 -
YUV 74.78 201.48 81.08 -
System Red Green Blue C M Y K H S L
Decimal 9 83 205 0.96 0.60 0 0.20 217.35 0.92 0.42
Hex 9 53 CD 60 3C 0 14 D9 5C 2A
Octal 11 123 315 140 74 0 24 331 134 52
Binary 1001 1010011 11001101 1100000 111100 0 10100 11011001 1011100 101010

Color Harmonies of #0953CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0953CD

Black with #0953CD

Text Example


Text Example

White with #0953CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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