Html Css Color HEX #186ADE Navy Blue

📋 copy color: '#186ADE'

red 24 ◦ green 106 ◦ blue 222

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

Shades of Navy Blue #186ADE

Tints of Navy Blue #186ADE

RGB

 RED value IS 24 (9.77% from 255) = 6.82%

 GREEN value IS 106 (41.8% from 255) = 30.11%

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

R = 6.82%
G = 30.11%
B = 63.07%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#186ADE (or 0x186ADE) is known color: Navy Blue. HEX triplet: 18, 6A and DE. RGB value is (24,106,222). Sum of RGB (Red+Green+Blue) = 24+106+222=352 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.82% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #186ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186ADE is #E79521. Grayscale: #5E5E5E. Windows color (decimal): -15176994 or 14576152. OLE color: 14576152.

HSL color Cylindrical-coordinate representation of color #186ADE: hue angle of 215.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #186ADE is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 106 222 -
CMYK 0.89 0.52 0 0.13
HSL 215.15º 0.8% 0.48% -
HSV(B) 215.15º 0.89% 0.87% -
XYZ 18.72 15.78 71.17 -
YUV 94.71 199.83 77.57 -
System Red Green Blue C M Y K H S L
Decimal 24 106 222 0.89 0.52 0 0.13 215.15 0.8 0.48
Hex 18 6A DE 59 34 0 D D7 50 30
Octal 30 152 336 131 64 0 15 327 120 60
Binary 11000 1101010 11011110 1011001 110100 0 1101 11010111 1010000 110000

Color Harmonies of #186ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186ADE

Black with #186ADE

Text Example


Text Example

White with #186ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186ADE; }

 p { color: rgb(24,106,222); }

 H1.HeaderClassName
 {
   color: #186ADE;
 }
 .AnyTagClassName
 {
   color: #186ADE;
 }
</style>

background-color css

<style>
 a { background-color: #186ADE; }

 a { background-color: rgb(24,106,222); }

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

border-color css

<style>
 span { border-color: #186ADE; }

 span { border-color: rgb(24,106,222); }

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