Html Css Color HEX #0880DE Navy Blue

📋 copy color: '#0880DE'

red 8 ◦ green 128 ◦ blue 222

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

Shades of Navy Blue #0880DE

Tints of Navy Blue #0880DE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.75%

 BLUE value IS 222 (87.11% from 255) = 62.01%

R = 2.23%
G = 35.75%
B = 62.01%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0880DE (or 0x0880DE) is known color: Navy Blue. HEX triplet: 08, 80 and DE. RGB value is (8,128,222). Sum of RGB (Red+Green+Blue) = 8+128+222=358 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #0880DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0880DE is #F77F21. Grayscale: #666666. Windows color (decimal): -16219938 or 14581768. OLE color: 14581768.

HSL color Cylindrical-coordinate representation of color #0880DE: hue angle of 206.36º 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 #0880DE is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 128 222 -
CMYK 0.96 0.42 0 0.13
HSL 206.36º 0.93% 0.45% -
HSV(B) 206.36º 0.96% 0.87% -
XYZ 21 20.76 72.01 -
YUV 102.84 195.24 60.36 -
System Red Green Blue C M Y K H S L
Decimal 8 128 222 0.96 0.42 0 0.13 206.36 0.93 0.45
Hex 8 80 DE 60 2A 0 D CE 5D 2D
Octal 10 200 336 140 52 0 15 316 135 55
Binary 1000 10000000 11011110 1100000 101010 0 1101 11001110 1011101 101101

Color Harmonies of #0880DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0880DE

Black with #0880DE

Text Example


Text Example

White with #0880DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0880DE; }

 p { color: rgb(8,128,222); }

 H1.HeaderClassName
 {
   color: #0880DE;
 }
 .AnyTagClassName
 {
   color: #0880DE;
 }
</style>

background-color css

<style>
 a { background-color: #0880DE; }

 a { background-color: rgb(8,128,222); }

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

border-color css

<style>
 span { border-color: #0880DE; }

 span { border-color: rgb(8,128,222); }

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