Html Css Color HEX #086CBD Navy Blue

📋 copy color: '#086CBD'

red 8 ◦ green 108 ◦ blue 189

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

Shades of Navy Blue #086CBD

Tints of Navy Blue #086CBD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.41%

 BLUE value IS 189 (74.22% from 255) = 61.97%

R = 2.62%
G = 35.41%
B = 61.97%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#086CBD (or 0x086CBD) is known color: Navy Blue. HEX triplet: 08, 6C and BD. RGB value is (8,108,189). Sum of RGB (Red+Green+Blue) = 8+108+189=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #086CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086CBD is #F79342. Grayscale: #565656. Windows color (decimal): -16225091 or 12413960. OLE color: 12413960.

HSL color Cylindrical-coordinate representation of color #086CBD: hue angle of 206.85º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086CBD is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 108 189 -
CMYK 0.96 0.43 0 0.26
HSL 206.85º 0.92% 0.39% -
HSV(B) 206.85º 0.96% 0.74% -
XYZ 14.65 14.45 50.16 -
YUV 87.33 185.37 71.41 -
System Red Green Blue C M Y K H S L
Decimal 8 108 189 0.96 0.43 0 0.26 206.85 0.92 0.39
Hex 8 6C BD 60 2B 0 1A CF 5C 27
Octal 10 154 275 140 53 0 32 317 134 47
Binary 1000 1101100 10111101 1100000 101011 0 11010 11001111 1011100 100111

Color Harmonies of #086CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086CBD

Black with #086CBD

Text Example


Text Example

White with #086CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086CBD; }

 p { color: rgb(8,108,189); }

 H1.HeaderClassName
 {
   color: #086CBD;
 }
 .AnyTagClassName
 {
   color: #086CBD;
 }
</style>

background-color css

<style>
 a { background-color: #086CBD; }

 a { background-color: rgb(8,108,189); }

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

border-color css

<style>
 span { border-color: #086CBD; }

 span { border-color: rgb(8,108,189); }

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