Html Css Color HEX #0086DE Navy Blue

📋 copy color: '#0086DE'

red 0 ◦ green 134 ◦ blue 222

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

Shades of Navy Blue #0086DE

Tints of Navy Blue #0086DE

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 37.64%
B = 62.36%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0086DE (or 0x0086DE) is known color: Navy Blue. HEX triplet: 00, 86 and DE. RGB value is (0,134,222). Sum of RGB (Red+Green+Blue) = 0+134+222=356 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 222 (87.11% from 255 or 62.36% from 356); Max value from RGB is 222 - color contains mainly: blue. Hex color #0086DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0086DE is #FF7921. Grayscale: #676767. Windows color (decimal): -16742690 or 14583296. OLE color: 14583296.

HSL color Cylindrical-coordinate representation of color #0086DE: hue angle of 203.78º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0086DE is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 134 222 -
CMYK 1 0.40 0 0.13
HSL 203.78º 1% 0.44% -
HSV(B) 203.78º 1% 0.87% -
XYZ 21.71 22.32 72.27 -
YUV 103.97 194.61 53.84 -
System Red Green Blue C M Y K H S L
Decimal 0 134 222 1 0.40 0 0.13 203.78 1 0.44
Hex 0 86 DE 64 28 0 D CC 64 2C
Octal 0 206 336 144 50 0 15 314 144 54
Binary 0 10000110 11011110 1100100 101000 0 1101 11001100 1100100 101100

Color Harmonies of #0086DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0086DE

Black with #0086DE

Text Example


Text Example

White with #0086DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,134,222); }

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

background-color css

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

 a { background-color: rgb(0,134,222); }

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

border-color css

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

 span { border-color: rgb(0,134,222); }

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