Html Css Color HEX #0882CB Navy Blue

📋 copy color: '#0882CB'

red 8 ◦ green 130 ◦ blue 203

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

Shades of Navy Blue #0882CB

Tints of Navy Blue #0882CB

RGB

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

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

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

R = 2.35%
G = 38.12%
B = 59.53%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0882CB (or 0x0882CB) is known color: Navy Blue. HEX triplet: 08, 82 and CB. RGB value is (8,130,203). Sum of RGB (Red+Green+Blue) = 8+130+203=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #0882CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0882CB is #F77D34. Grayscale: #656565. Windows color (decimal): -16219445 or 13337096. OLE color: 13337096.

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

Color convert

RGB 8 130 203 -
CMYK 0.96 0.36 0 0.20
HSL 202.46º 0.92% 0.41% -
HSV(B) 202.46º 0.96% 0.8% -
XYZ 18.86 20.33 59.43 -
YUV 101.84 185.08 61.06 -
System Red Green Blue C M Y K H S L
Decimal 8 130 203 0.96 0.36 0 0.20 202.46 0.92 0.41
Hex 8 82 CB 60 24 0 14 CA 5C 29
Octal 10 202 313 140 44 0 24 312 134 51
Binary 1000 10000010 11001011 1100000 100100 0 10100 11001010 1011100 101001

Color Harmonies of #0882CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0882CB

Black with #0882CB

Text Example


Text Example

White with #0882CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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