Html Css Color HEX #187AD0 Navy Blue

📋 copy color: '#187AD0'

red 24 ◦ green 122 ◦ blue 208

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

Shades of Navy Blue #187AD0

Tints of Navy Blue #187AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 58.76%

R = 6.78%
G = 34.46%
B = 58.76%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#187AD0 (or 0x187AD0) is known color: Navy Blue. HEX triplet: 18, 7A and D0. RGB value is (24,122,208). Sum of RGB (Red+Green+Blue) = 24+122+208=354 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.78% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 208 (81.64% from 255 or 58.76% from 354); Max value from RGB is 208 - color contains mainly: blue. Hex color #187AD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187AD0 is #E7852F. Grayscale: #666666. Windows color (decimal): -15172912 or 13662744. OLE color: 13662744.

HSL color Cylindrical-coordinate representation of color #187AD0: hue angle of 208.04º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #187AD0 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 122 208 -
CMYK 0.88 0.41 0 0.18
HSL 208.04º 0.79% 0.45% -
HSV(B) 208.04º 0.88% 0.82% -
XYZ 18.72 18.67 62.29 -
YUV 102.5 187.53 72.01 -
System Red Green Blue C M Y K H S L
Decimal 24 122 208 0.88 0.41 0 0.18 208.04 0.79 0.45
Hex 18 7A D0 58 29 0 12 D0 4F 2D
Octal 30 172 320 130 51 0 22 320 117 55
Binary 11000 1111010 11010000 1011000 101001 0 10010 11010000 1001111 101101

Color Harmonies of #187AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187AD0

Black with #187AD0

Text Example


Text Example

White with #187AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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