Html Css Color HEX #0882DC Navy Blue

📋 copy color: '#0882DC'

red 8 ◦ green 130 ◦ blue 220

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

Shades of Navy Blue #0882DC

Tints of Navy Blue #0882DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.45%

R = 2.23%
G = 36.31%
B = 61.45%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0882DC (or 0x0882DC) is known color: Navy Blue. HEX triplet: 08, 82 and DC. RGB value is (8,130,220). Sum of RGB (Red+Green+Blue) = 8+130+220=358 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #0882DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0882DC is #F77D23. Grayscale: #676767. Windows color (decimal): -16219428 or 14451208. OLE color: 14451208.

HSL color Cylindrical-coordinate representation of color #0882DC: hue angle of 205.47º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0882DC is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 130 220 -
CMYK 0.96 0.41 0 0.14
HSL 205.47º 0.93% 0.45% -
HSV(B) 205.47º 0.96% 0.86% -
XYZ 21 21.18 70.69 -
YUV 103.78 193.58 59.68 -
System Red Green Blue C M Y K H S L
Decimal 8 130 220 0.96 0.41 0 0.14 205.47 0.93 0.45
Hex 8 82 DC 60 29 0 E CD 5D 2D
Octal 10 202 334 140 51 0 16 315 135 55
Binary 1000 10000010 11011100 1100000 101001 0 1110 11001101 1011101 101101

Color Harmonies of #0882DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0882DC

Black with #0882DC

Text Example


Text Example

White with #0882DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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