Html Css Color HEX #186EDF Navy Blue

📋 copy color: '#186EDF'

red 24 ◦ green 110 ◦ blue 223

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

Shades of Navy Blue #186EDF

Tints of Navy Blue #186EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.46%

R = 6.72%
G = 30.81%
B = 62.46%

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

#186EDF (or 0x186EDF) is known color: Navy Blue. HEX triplet: 18, 6E and DF. RGB value is (24,110,223). Sum of RGB (Red+Green+Blue) = 24+110+223=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #186EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186EDF is #E79120. Grayscale: #606060. Windows color (decimal): -15175969 or 14642712. OLE color: 14642712.

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

Color convert

RGB 24 110 223 -
CMYK 0.89 0.51 0 0.13
HSL 214.07º 0.81% 0.48% -
HSV(B) 214.07º 0.89% 0.87% -
XYZ 19.27 16.67 72.01 -
YUV 97.17 199.01 75.81 -
System Red Green Blue C M Y K H S L
Decimal 24 110 223 0.89 0.51 0 0.13 214.07 0.81 0.48
Hex 18 6E DF 59 33 0 D D6 51 30
Octal 30 156 337 131 63 0 15 326 121 60
Binary 11000 1101110 11011111 1011001 110011 0 1101 11010110 1010001 110000

Color Harmonies of #186EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186EDF

Black with #186EDF

Text Example


Text Example

White with #186EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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