Html Css Color HEX #0882CD Navy Blue

📋 copy color: '#0882CD'

red 8 ◦ green 130 ◦ blue 205

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

Shades of Navy Blue #0882CD

Tints of Navy Blue #0882CD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.9%

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

R = 2.33%
G = 37.9%
B = 59.77%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0882CD (or 0x0882CD) is known color: Navy Blue. HEX triplet: 08, 82 and CD. RGB value is (8,130,205). Sum of RGB (Red+Green+Blue) = 8+130+205=343 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #0882CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0882CD is #F77D32. Grayscale: #656565. Windows color (decimal): -16219443 or 13468168. OLE color: 13468168.

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

Color convert

RGB 8 130 205 -
CMYK 0.96 0.37 0 0.20
HSL 202.84º 0.92% 0.42% -
HSV(B) 202.84º 0.96% 0.8% -
XYZ 19.1 20.42 60.69 -
YUV 102.07 186.08 60.9 -
System Red Green Blue C M Y K H S L
Decimal 8 130 205 0.96 0.37 0 0.20 202.84 0.92 0.42
Hex 8 82 CD 60 25 0 14 CB 5C 2A
Octal 10 202 315 140 45 0 24 313 134 52
Binary 1000 10000010 11001101 1100000 100101 0 10100 11001011 1011100 101010

Color Harmonies of #0882CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0882CD

Black with #0882CD

Text Example


Text Example

White with #0882CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,130,205); }

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

background-color css

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

 a { background-color: rgb(8,130,205); }

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

border-color css

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

 span { border-color: rgb(8,130,205); }

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