Html Css Color HEX #186ADA Navy Blue

📋 copy color: '#186ADA'

red 24 ◦ green 106 ◦ blue 218

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

Shades of Navy Blue #186ADA

Tints of Navy Blue #186ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.64%

R = 6.9%
G = 30.46%
B = 62.64%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#186ADA (or 0x186ADA) is known color: Navy Blue. HEX triplet: 18, 6A and DA. RGB value is (24,106,218). Sum of RGB (Red+Green+Blue) = 24+106+218=348 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.90% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #186ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186ADA is #E79525. Grayscale: #5D5D5D. Windows color (decimal): -15176998 or 14314008. OLE color: 14314008.

HSL color Cylindrical-coordinate representation of color #186ADA: hue angle of 214.64º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #186ADA is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 106 218 -
CMYK 0.89 0.51 0 0.15
HSL 214.64º 0.8% 0.47% -
HSV(B) 214.64º 0.89% 0.85% -
XYZ 18.19 15.56 68.38 -
YUV 94.25 197.83 77.89 -
System Red Green Blue C M Y K H S L
Decimal 24 106 218 0.89 0.51 0 0.15 214.64 0.8 0.47
Hex 18 6A DA 59 33 0 F D7 50 2F
Octal 30 152 332 131 63 0 17 327 120 57
Binary 11000 1101010 11011010 1011001 110011 0 1111 11010111 1010000 101111

Color Harmonies of #186ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186ADA

Black with #186ADA

Text Example


Text Example

White with #186ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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