Html Css Color HEX #186BD7 Navy Blue

📋 copy color: '#186BD7'

red 24 ◦ green 107 ◦ blue 215

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

Shades of Navy Blue #186BD7

Tints of Navy Blue #186BD7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.92%

 BLUE value IS 215 (84.38% from 255) = 62.14%

R = 6.94%
G = 30.92%
B = 62.14%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#186BD7 (or 0x186BD7) is known color: Navy Blue. HEX triplet: 18, 6B and D7. RGB value is (24,107,215). Sum of RGB (Red+Green+Blue) = 24+107+215=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 215 (84.38% from 255 or 62.14% from 346); Max value from RGB is 215 - color contains mainly: blue. Hex color #186BD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186BD7 is #E79428. Grayscale: #5D5D5D. Windows color (decimal): -15176745 or 14117656. OLE color: 14117656.

HSL color Cylindrical-coordinate representation of color #186BD7: hue angle of 213.93º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #186BD7 is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 24 107 215 -
CMYK 0.89 0.50 0 0.16
HSL 213.93º 0.8% 0.47% -
HSV(B) 213.93º 0.89% 0.84% -
XYZ 17.9 15.62 66.36 -
YUV 94.5 196 77.72 -
System Red Green Blue C M Y K H S L
Decimal 24 107 215 0.89 0.50 0 0.16 213.93 0.8 0.47
Hex 18 6B D7 59 32 0 10 D6 50 2F
Octal 30 153 327 131 62 0 20 326 120 57
Binary 11000 1101011 11010111 1011001 110010 0 10000 11010110 1010000 101111

Color Harmonies of #186BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186BD7

Black with #186BD7

Text Example


Text Example

White with #186BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,107,215); }

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

background-color css

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

 a { background-color: rgb(24,107,215); }

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

border-color css

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

 span { border-color: rgb(24,107,215); }

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