Html Css Color HEX #187ADC Navy Blue

📋 copy color: '#187ADC'

red 24 ◦ green 122 ◦ blue 220

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

Shades of Navy Blue #187ADC

Tints of Navy Blue #187ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.33%

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

R = 6.56%
G = 33.33%
B = 60.11%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#187ADC (or 0x187ADC) is known color: Navy Blue. HEX triplet: 18, 7A and DC. RGB value is (24,122,220). Sum of RGB (Red+Green+Blue) = 24+122+220=366 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.56% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #187ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187ADC is #E78523. Grayscale: #676767. Windows color (decimal): -15172900 or 14449176. OLE color: 14449176.

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

Color convert

RGB 24 122 220 -
CMYK 0.89 0.45 0 0.14
HSL 210º 0.8% 0.48% -
HSV(B) 210º 0.89% 0.86% -
XYZ 20.25 19.28 70.36 -
YUV 103.87 193.53 71.03 -
System Red Green Blue C M Y K H S L
Decimal 24 122 220 0.89 0.45 0 0.14 210 0.8 0.48
Hex 18 7A DC 59 2D 0 E D2 50 30
Octal 30 172 334 131 55 0 16 322 120 60
Binary 11000 1111010 11011100 1011001 101101 0 1110 11010010 1010000 110000

Color Harmonies of #187ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187ADC

Black with #187ADC

Text Example


Text Example

White with #187ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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