Html Css Color HEX #187DD6 Navy Blue

📋 copy color: '#187DD6'

red 24 ◦ green 125 ◦ blue 214

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

Shades of Navy Blue #187DD6

Tints of Navy Blue #187DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 58.95%

R = 6.61%
G = 34.44%
B = 58.95%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#187DD6 (or 0x187DD6) is known color: Navy Blue. HEX triplet: 18, 7D and D6. RGB value is (24,125,214). Sum of RGB (Red+Green+Blue) = 24+125+214=363 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.61% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 214 (83.98% from 255 or 58.95% from 363); Max value from RGB is 214 - color contains mainly: blue. Hex color #187DD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187DD6 is #E78229. Grayscale: #686868. Windows color (decimal): -15172138 or 14056728. OLE color: 14056728.

HSL color Cylindrical-coordinate representation of color #187DD6: hue angle of 208.11º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #187DD6 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 24 125 214 -
CMYK 0.89 0.42 0 0.16
HSL 208.11º 0.8% 0.47% -
HSV(B) 208.11º 0.89% 0.84% -
XYZ 19.85 19.72 66.38 -
YUV 104.95 189.54 70.26 -
System Red Green Blue C M Y K H S L
Decimal 24 125 214 0.89 0.42 0 0.16 208.11 0.8 0.47
Hex 18 7D D6 59 2A 0 10 D0 50 2F
Octal 30 175 326 131 52 0 20 320 120 57
Binary 11000 1111101 11010110 1011001 101010 0 10000 11010000 1010000 101111

Color Harmonies of #187DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187DD6

Black with #187DD6

Text Example


Text Example

White with #187DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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