Html Css Color HEX #186BDE Navy Blue

📋 copy color: '#186BDE'

red 24 ◦ green 107 ◦ blue 222

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

Shades of Navy Blue #186BDE

Tints of Navy Blue #186BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.89%

R = 6.8%
G = 30.31%
B = 62.89%

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

#186BDE (or 0x186BDE) is known color: Navy Blue. HEX triplet: 18, 6B and DE. RGB value is (24,107,222). Sum of RGB (Red+Green+Blue) = 24+107+222=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #186BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186BDE is #E79421. Grayscale: #5E5E5E. Windows color (decimal): -15176738 or 14576408. OLE color: 14576408.

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

Color convert

RGB 24 107 222 -
CMYK 0.89 0.52 0 0.13
HSL 214.85º 0.8% 0.48% -
HSV(B) 214.85º 0.89% 0.87% -
XYZ 18.82 15.98 71.2 -
YUV 95.29 199.5 77.15 -
System Red Green Blue C M Y K H S L
Decimal 24 107 222 0.89 0.52 0 0.13 214.85 0.8 0.48
Hex 18 6B DE 59 34 0 D D7 50 30
Octal 30 153 336 131 64 0 15 327 120 60
Binary 11000 1101011 11011110 1011001 110100 0 1101 11010111 1010000 110000

Color Harmonies of #186BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186BDE

Black with #186BDE

Text Example


Text Example

White with #186BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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