Html Css Color HEX #186EE5 Navy Blue

📋 copy color: '#186EE5'

red 24 ◦ green 110 ◦ blue 229

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

Shades of Navy Blue #186EE5

Tints of Navy Blue #186EE5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.3%

 BLUE value IS 229 (89.84% from 255) = 63.09%

R = 6.61%
G = 30.3%
B = 63.09%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#186EE5 (or 0x186EE5) is known color: Navy Blue. HEX triplet: 18, 6E and E5. RGB value is (24,110,229). Sum of RGB (Red+Green+Blue) = 24+110+229=363 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.61% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 229 (89.84% from 255 or 63.09% from 363); Max value from RGB is 229 - color contains mainly: blue. Hex color #186EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186EE5 is #E7911A. Grayscale: #616161. Windows color (decimal): -15175963 or 15035928. OLE color: 15035928.

HSL color Cylindrical-coordinate representation of color #186EE5: hue angle of 214.83º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #186EE5 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 24 110 229 -
CMYK 0.90 0.52 0 0.10
HSL 214.83º 0.81% 0.5% -
HSV(B) 214.83º 0.9% 0.9% -
XYZ 20.1 17 76.35 -
YUV 97.85 202.01 75.32 -
System Red Green Blue C M Y K H S L
Decimal 24 110 229 0.90 0.52 0 0.10 214.83 0.81 0.5
Hex 18 6E E5 5A 34 0 A D7 51 32
Octal 30 156 345 132 64 0 12 327 121 62
Binary 11000 1101110 11100101 1011010 110100 0 1010 11010111 1010001 110010

Color Harmonies of #186EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186EE5

Black with #186EE5

Text Example


Text Example

White with #186EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,110,229); }

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

background-color css

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

 a { background-color: rgb(24,110,229); }

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

border-color css

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

 span { border-color: rgb(24,110,229); }

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