Html Css Color HEX #186CDA Navy Blue

📋 copy color: '#186CDA'

red 24 ◦ green 108 ◦ blue 218

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

Shades of Navy Blue #186CDA

Tints of Navy Blue #186CDA

RGB

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

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

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

R = 6.86%
G = 30.86%
B = 62.29%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#186CDA (or 0x186CDA) is known color: Navy Blue. HEX triplet: 18, 6C and DA. RGB value is (24,108,218). Sum of RGB (Red+Green+Blue) = 24+108+218=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #186CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186CDA is #E79325. Grayscale: #5E5E5E. Windows color (decimal): -15176486 or 14314520. OLE color: 14314520.

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

Color convert

RGB 24 108 218 -
CMYK 0.89 0.50 0 0.15
HSL 214.02º 0.8% 0.47% -
HSV(B) 214.02º 0.89% 0.85% -
XYZ 18.39 15.98 68.44 -
YUV 95.42 197.17 77.06 -
System Red Green Blue C M Y K H S L
Decimal 24 108 218 0.89 0.50 0 0.15 214.02 0.8 0.47
Hex 18 6C DA 59 32 0 F D6 50 2F
Octal 30 154 332 131 62 0 17 326 120 57
Binary 11000 1101100 11011010 1011001 110010 0 1111 11010110 1010000 101111

Color Harmonies of #186CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186CDA

Black with #186CDA

Text Example


Text Example

White with #186CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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