Html Css Color HEX #187DD8 Navy Blue

📋 copy color: '#187DD8'

red 24 ◦ green 125 ◦ blue 216

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

Shades of Navy Blue #187DD8

Tints of Navy Blue #187DD8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.25%

 BLUE value IS 216 (84.77% from 255) = 59.18%

R = 6.58%
G = 34.25%
B = 59.18%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#187DD8 (or 0x187DD8) is known color: Navy Blue. HEX triplet: 18, 7D and D8. RGB value is (24,125,216). Sum of RGB (Red+Green+Blue) = 24+125+216=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 216 (84.77% from 255 or 59.18% from 365); Max value from RGB is 216 - color contains mainly: blue. Hex color #187DD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187DD8 is #E78227. Grayscale: #686868. Windows color (decimal): -15172136 or 14187800. OLE color: 14187800.

HSL color Cylindrical-coordinate representation of color #187DD8: hue angle of 208.44º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #187DD8 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 125 216 -
CMYK 0.89 0.42 0 0.15
HSL 208.44º 0.8% 0.47% -
HSV(B) 208.44º 0.89% 0.85% -
XYZ 20.1 19.82 67.73 -
YUV 105.18 190.54 70.1 -
System Red Green Blue C M Y K H S L
Decimal 24 125 216 0.89 0.42 0 0.15 208.44 0.8 0.47
Hex 18 7D D8 59 2A 0 F D0 50 2F
Octal 30 175 330 131 52 0 17 320 120 57
Binary 11000 1111101 11011000 1011001 101010 0 1111 11010000 1010000 101111

Color Harmonies of #187DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187DD8

Black with #187DD8

Text Example


Text Example

White with #187DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187DD8; }

 p { color: rgb(24,125,216); }

 H1.HeaderClassName
 {
   color: #187DD8;
 }
 .AnyTagClassName
 {
   color: #187DD8;
 }
</style>

background-color css

<style>
 a { background-color: #187DD8; }

 a { background-color: rgb(24,125,216); }

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

border-color css

<style>
 span { border-color: #187DD8; }

 span { border-color: rgb(24,125,216); }

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