Html Css Color HEX #0873CB Navy Blue

📋 copy color: '#0873CB'

red 8 ◦ green 115 ◦ blue 203

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

Shades of Navy Blue #0873CB

Tints of Navy Blue #0873CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 62.27%

R = 2.45%
G = 35.28%
B = 62.27%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0873CB (or 0x0873CB) is known color: Navy Blue. HEX triplet: 08, 73 and CB. RGB value is (8,115,203). Sum of RGB (Red+Green+Blue) = 8+115+203=326 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #0873CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0873CB is #F78C34. Grayscale: #5C5C5C. Windows color (decimal): -16223285 or 13333256. OLE color: 13333256.

HSL color Cylindrical-coordinate representation of color #0873CB: hue angle of 207.08º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0873CB is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 115 203 -
CMYK 0.96 0.43 0 0.20
HSL 207.08º 0.92% 0.41% -
HSV(B) 207.08º 0.96% 0.8% -
XYZ 17.01 16.62 58.81 -
YUV 93.04 190.05 67.34 -
System Red Green Blue C M Y K H S L
Decimal 8 115 203 0.96 0.43 0 0.20 207.08 0.92 0.41
Hex 8 73 CB 60 2B 0 14 CF 5C 29
Octal 10 163 313 140 53 0 24 317 134 51
Binary 1000 1110011 11001011 1100000 101011 0 10100 11001111 1011100 101001

Color Harmonies of #0873CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0873CB

Black with #0873CB

Text Example


Text Example

White with #0873CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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