Html Css Color HEX #186ADD Navy Blue

📋 copy color: '#186ADD'

red 24 ◦ green 106 ◦ blue 221

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

Shades of Navy Blue #186ADD

Tints of Navy Blue #186ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.96%

R = 6.84%
G = 30.2%
B = 62.96%

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

#186ADD (or 0x186ADD) is known color: Navy Blue. HEX triplet: 18, 6A and DD. RGB value is (24,106,221). Sum of RGB (Red+Green+Blue) = 24+106+221=351 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.84% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #186ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186ADD is #E79522. Grayscale: #5E5E5E. Windows color (decimal): -15176995 or 14510616. OLE color: 14510616.

HSL color Cylindrical-coordinate representation of color #186ADD: hue angle of 215.03º 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 #186ADD is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 106 221 -
CMYK 0.89 0.52 0 0.13
HSL 215.03º 0.8% 0.48% -
HSV(B) 215.03º 0.89% 0.87% -
XYZ 18.58 15.72 70.46 -
YUV 94.59 199.33 77.65 -
System Red Green Blue C M Y K H S L
Decimal 24 106 221 0.89 0.52 0 0.13 215.03 0.8 0.48
Hex 18 6A DD 59 34 0 D D7 50 30
Octal 30 152 335 131 64 0 15 327 120 60
Binary 11000 1101010 11011101 1011001 110100 0 1101 11010111 1010000 110000

Color Harmonies of #186ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186ADD

Black with #186ADD

Text Example


Text Example

White with #186ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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