Html Css Color HEX #187EDA Navy Blue

📋 copy color: '#187EDA'

red 24 ◦ green 126 ◦ blue 218

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

Shades of Navy Blue #187EDA

Tints of Navy Blue #187EDA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.24%

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

R = 6.52%
G = 34.24%
B = 59.24%

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

#187EDA (or 0x187EDA) is known color: Navy Blue. HEX triplet: 18, 7E and DA. RGB value is (24,126,218). Sum of RGB (Red+Green+Blue) = 24+126+218=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #187EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187EDA is #E78125. Grayscale: #696969. Windows color (decimal): -15171878 or 14319128. OLE color: 14319128.

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

Color convert

RGB 24 126 218 -
CMYK 0.89 0.42 0 0.15
HSL 208.45º 0.8% 0.47% -
HSV(B) 208.45º 0.89% 0.85% -
XYZ 20.49 20.18 69.14 -
YUV 105.99 191.21 69.52 -
System Red Green Blue C M Y K H S L
Decimal 24 126 218 0.89 0.42 0 0.15 208.45 0.8 0.47
Hex 18 7E DA 59 2A 0 F D0 50 2F
Octal 30 176 332 131 52 0 17 320 120 57
Binary 11000 1111110 11011010 1011001 101010 0 1111 11010000 1010000 101111

Color Harmonies of #187EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187EDA

Black with #187EDA

Text Example


Text Example

White with #187EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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