Html Css Color HEX #0886DB Navy Blue

📋 copy color: '#0886DB'

red 8 ◦ green 134 ◦ blue 219

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

Shades of Navy Blue #0886DB

Tints of Navy Blue #0886DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.12%

 BLUE value IS 219 (85.94% from 255) = 60.66%

R = 2.22%
G = 37.12%
B = 60.66%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0886DB (or 0x0886DB) is known color: Navy Blue. HEX triplet: 08, 86 and DB. RGB value is (8,134,219). Sum of RGB (Red+Green+Blue) = 8+134+219=361 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #0886DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0886DB is #F77924. Grayscale: #696969. Windows color (decimal): -16218405 or 14386696. OLE color: 14386696.

HSL color Cylindrical-coordinate representation of color #0886DB: hue angle of 204.17º 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 #0886DB is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 134 219 -
CMYK 0.96 0.39 0 0.14
HSL 204.17º 0.93% 0.45% -
HSV(B) 204.17º 0.96% 0.86% -
XYZ 21.41 22.22 70.18 -
YUV 106.02 191.76 58.09 -
System Red Green Blue C M Y K H S L
Decimal 8 134 219 0.96 0.39 0 0.14 204.17 0.93 0.45
Hex 8 86 DB 60 27 0 E CC 5D 2D
Octal 10 206 333 140 47 0 16 314 135 55
Binary 1000 10000110 11011011 1100000 100111 0 1110 11001100 1011101 101101

Color Harmonies of #0886DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0886DB

Black with #0886DB

Text Example


Text Example

White with #0886DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0886DB; }

 p { color: rgb(8,134,219); }

 H1.HeaderClassName
 {
   color: #0886DB;
 }
 .AnyTagClassName
 {
   color: #0886DB;
 }
</style>

background-color css

<style>
 a { background-color: #0886DB; }

 a { background-color: rgb(8,134,219); }

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

border-color css

<style>
 span { border-color: #0886DB; }

 span { border-color: rgb(8,134,219); }

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