Html Css Color HEX #187EDD Navy Blue

📋 copy color: '#187EDD'

red 24 ◦ green 126 ◦ blue 221

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

Shades of Navy Blue #187EDD

Tints of Navy Blue #187EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.57%

R = 6.47%
G = 33.96%
B = 59.57%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#187EDD (or 0x187EDD) is known color: Navy Blue. HEX triplet: 18, 7E and DD. RGB value is (24,126,221). Sum of RGB (Red+Green+Blue) = 24+126+221=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #187EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187EDD is #E78122. Grayscale: #696969. Windows color (decimal): -15171875 or 14515736. OLE color: 14515736.

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

Color convert

RGB 24 126 221 -
CMYK 0.89 0.43 0 0.13
HSL 208.93º 0.8% 0.48% -
HSV(B) 208.93º 0.89% 0.87% -
XYZ 20.89 20.34 71.23 -
YUV 106.33 192.71 69.28 -
System Red Green Blue C M Y K H S L
Decimal 24 126 221 0.89 0.43 0 0.13 208.93 0.8 0.48
Hex 18 7E DD 59 2B 0 D D1 50 30
Octal 30 176 335 131 53 0 15 321 120 60
Binary 11000 1111110 11011101 1011001 101011 0 1101 11010001 1010000 110000

Color Harmonies of #187EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187EDD

Black with #187EDD

Text Example


Text Example

White with #187EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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