Html Css Color HEX #187DDA Navy Blue

📋 copy color: '#187DDA'

red 24 ◦ green 125 ◦ blue 218

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

Shades of Navy Blue #187DDA

Tints of Navy Blue #187DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.4%

R = 6.54%
G = 34.06%
B = 59.4%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#187DDA (or 0x187DDA) is known color: Navy Blue. HEX triplet: 18, 7D and DA. RGB value is (24,125,218). Sum of RGB (Red+Green+Blue) = 24+125+218=367 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.54% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #187DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187DDA is #E78225. Grayscale: #686868. Windows color (decimal): -15172134 or 14318872. OLE color: 14318872.

HSL color Cylindrical-coordinate representation of color #187DDA: hue angle of 208.76º 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 #187DDA is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 125 218 -
CMYK 0.89 0.43 0 0.15
HSL 208.76º 0.8% 0.47% -
HSV(B) 208.76º 0.89% 0.85% -
XYZ 20.37 19.92 69.1 -
YUV 105.4 191.54 69.94 -
System Red Green Blue C M Y K H S L
Decimal 24 125 218 0.89 0.43 0 0.15 208.76 0.8 0.47
Hex 18 7D DA 59 2B 0 F D1 50 2F
Octal 30 175 332 131 53 0 17 321 120 57
Binary 11000 1111101 11011010 1011001 101011 0 1111 11010001 1010000 101111

Color Harmonies of #187DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187DDA

Black with #187DDA

Text Example


Text Example

White with #187DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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