Html Css Color HEX #186CDF Navy Blue

📋 copy color: '#186CDF'

red 24 ◦ green 108 ◦ blue 223

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

Shades of Navy Blue #186CDF

Tints of Navy Blue #186CDF

RGB

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

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

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

R = 6.76%
G = 30.42%
B = 62.82%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#186CDF (or 0x186CDF) is known color: Navy Blue. HEX triplet: 18, 6C and DF. RGB value is (24,108,223). Sum of RGB (Red+Green+Blue) = 24+108+223=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #186CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186CDF is #E79320. Grayscale: #5F5F5F. Windows color (decimal): -15176481 or 14642200. OLE color: 14642200.

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

Color convert

RGB 24 108 223 -
CMYK 0.89 0.52 0 0.13
HSL 214.67º 0.81% 0.48% -
HSV(B) 214.67º 0.89% 0.87% -
XYZ 19.06 16.25 71.94 -
YUV 95.99 199.67 76.65 -
System Red Green Blue C M Y K H S L
Decimal 24 108 223 0.89 0.52 0 0.13 214.67 0.81 0.48
Hex 18 6C DF 59 34 0 D D7 51 30
Octal 30 154 337 131 64 0 15 327 121 60
Binary 11000 1101100 11011111 1011001 110100 0 1101 11010111 1010001 110000

Color Harmonies of #186CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186CDF

Black with #186CDF

Text Example


Text Example

White with #186CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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