Html Css Color HEX #187DDC Navy Blue

📋 copy color: '#187DDC'

red 24 ◦ green 125 ◦ blue 220

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

Shades of Navy Blue #187DDC

Tints of Navy Blue #187DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.62%

R = 6.5%
G = 33.88%
B = 59.62%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#187DDC (or 0x187DDC) is known color: Navy Blue. HEX triplet: 18, 7D and DC. RGB value is (24,125,220). Sum of RGB (Red+Green+Blue) = 24+125+220=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #187DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187DDC is #E78223. Grayscale: #696969. Windows color (decimal): -15172132 or 14449944. OLE color: 14449944.

HSL color Cylindrical-coordinate representation of color #187DDC: hue angle of 209.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #187DDC is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 125 220 -
CMYK 0.89 0.43 0 0.14
HSL 209.08º 0.8% 0.48% -
HSV(B) 209.08º 0.89% 0.86% -
XYZ 20.63 20.03 70.49 -
YUV 105.63 192.54 69.78 -
System Red Green Blue C M Y K H S L
Decimal 24 125 220 0.89 0.43 0 0.14 209.08 0.8 0.48
Hex 18 7D DC 59 2B 0 E D1 50 30
Octal 30 175 334 131 53 0 16 321 120 60
Binary 11000 1111101 11011100 1011001 101011 0 1110 11010001 1010000 110000

Color Harmonies of #187DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187DDC

Black with #187DDC

Text Example


Text Example

White with #187DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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