Html Css Color HEX #186CDD Navy Blue

📋 copy color: '#186CDD'

red 24 ◦ green 108 ◦ blue 221

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

Shades of Navy Blue #186CDD

Tints of Navy Blue #186CDD

RGB

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

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

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

R = 6.8%
G = 30.59%
B = 62.61%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#186CDD (or 0x186CDD) is known color: Navy Blue. HEX triplet: 18, 6C and DD. RGB value is (24,108,221). Sum of RGB (Red+Green+Blue) = 24+108+221=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #186CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186CDD is #E79322. Grayscale: #5F5F5F. Windows color (decimal): -15176483 or 14511128. OLE color: 14511128.

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

Color convert

RGB 24 108 221 -
CMYK 0.89 0.51 0 0.13
HSL 214.42º 0.8% 0.48% -
HSV(B) 214.42º 0.89% 0.87% -
XYZ 18.79 16.14 70.53 -
YUV 95.77 198.67 76.81 -
System Red Green Blue C M Y K H S L
Decimal 24 108 221 0.89 0.51 0 0.13 214.42 0.8 0.48
Hex 18 6C DD 59 33 0 D D6 50 30
Octal 30 154 335 131 63 0 15 326 120 60
Binary 11000 1101100 11011101 1011001 110011 0 1101 11010110 1010000 110000

Color Harmonies of #186CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186CDD

Black with #186CDD

Text Example


Text Example

White with #186CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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