Html Css Color HEX #186DEA Navy Blue

📋 copy color: '#186DEA'

red 24 ◦ green 109 ◦ blue 234

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

Shades of Navy Blue #186DEA

Tints of Navy Blue #186DEA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.7%

 BLUE value IS 234 (91.8% from 255) = 63.76%

R = 6.54%
G = 29.7%
B = 63.76%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#186DEA (or 0x186DEA) is known color: Navy Blue. HEX triplet: 18, 6D and EA. RGB value is (24,109,234). Sum of RGB (Red+Green+Blue) = 24+109+234=367 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.54% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #186DEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186DEA is #E79215. Grayscale: #616161. Windows color (decimal): -15176214 or 15363352. OLE color: 15363352.

HSL color Cylindrical-coordinate representation of color #186DEA: hue angle of 215.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #186DEA is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 109 234 -
CMYK 0.90 0.53 0 0.08
HSL 215.71º 0.83% 0.51% -
HSV(B) 215.71º 0.9% 0.92% -
XYZ 20.7 17.07 80.05 -
YUV 97.84 204.84 75.34 -
System Red Green Blue C M Y K H S L
Decimal 24 109 234 0.90 0.53 0 0.08 215.71 0.83 0.51
Hex 18 6D EA 5A 35 0 8 D8 53 33
Octal 30 155 352 132 65 0 10 330 123 63
Binary 11000 1101101 11101010 1011010 110101 0 1000 11011000 1010011 110011

Color Harmonies of #186DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186DEA

Black with #186DEA

Text Example


Text Example

White with #186DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,109,234); }

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

background-color css

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

 a { background-color: rgb(24,109,234); }

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

border-color css

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

 span { border-color: rgb(24,109,234); }

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