Html Css Color HEX #0873DD Navy Blue

📋 copy color: '#0873DD'

red 8 ◦ green 115 ◦ blue 221

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

Shades of Navy Blue #0873DD

Tints of Navy Blue #0873DD

RGB

 RED value IS 8 (3.52% from 255) = 2.33%

 GREEN value IS 115 (45.31% from 255) = 33.43%

 BLUE value IS 221 (86.72% from 255) = 64.24%

R = 2.33%
G = 33.43%
B = 64.24%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0873DD (or 0x0873DD) is known color: Navy Blue. HEX triplet: 08, 73 and DD. RGB value is (8,115,221). Sum of RGB (Red+Green+Blue) = 8+115+221=344 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #0873DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0873DD is #F78C22. Grayscale: #5E5E5E. Windows color (decimal): -16223267 or 14512904. OLE color: 14512904.

HSL color Cylindrical-coordinate representation of color #0873DD: hue angle of 209.86º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0873DD is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 115 221 -
CMYK 0.96 0.48 0 0.13
HSL 209.86º 0.93% 0.45% -
HSV(B) 209.86º 0.96% 0.87% -
XYZ 19.28 17.53 70.77 -
YUV 95.09 199.05 65.88 -
System Red Green Blue C M Y K H S L
Decimal 8 115 221 0.96 0.48 0 0.13 209.86 0.93 0.45
Hex 8 73 DD 60 30 0 D D2 5D 2D
Octal 10 163 335 140 60 0 15 322 135 55
Binary 1000 1110011 11011101 1100000 110000 0 1101 11010010 1011101 101101

Color Harmonies of #0873DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0873DD

Black with #0873DD

Text Example


Text Example

White with #0873DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0873DD; }

 p { color: rgb(8,115,221); }

 H1.HeaderClassName
 {
   color: #0873DD;
 }
 .AnyTagClassName
 {
   color: #0873DD;
 }
</style>

background-color css

<style>
 a { background-color: #0873DD; }

 a { background-color: rgb(8,115,221); }

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

border-color css

<style>
 span { border-color: #0873DD; }

 span { border-color: rgb(8,115,221); }

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