Html Css Color HEX #187DCD Navy Blue

📋 copy color: '#187DCD'

red 24 ◦ green 125 ◦ blue 205

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

Shades of Navy Blue #187DCD

Tints of Navy Blue #187DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.91%

R = 6.78%
G = 35.31%
B = 57.91%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#187DCD (or 0x187DCD) is known color: Navy Blue. HEX triplet: 18, 7D and CD. RGB value is (24,125,205). Sum of RGB (Red+Green+Blue) = 24+125+205=354 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.78% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #187DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187DCD is #E78232. Grayscale: #676767. Windows color (decimal): -15172147 or 13466904. OLE color: 13466904.

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

Color convert

RGB 24 125 205 -
CMYK 0.88 0.39 0 0.20
HSL 206.52º 0.79% 0.45% -
HSV(B) 206.52º 0.88% 0.8% -
XYZ 18.73 19.27 60.49 -
YUV 103.92 185.04 71 -
System Red Green Blue C M Y K H S L
Decimal 24 125 205 0.88 0.39 0 0.20 206.52 0.79 0.45
Hex 18 7D CD 58 27 0 14 CF 4F 2D
Octal 30 175 315 130 47 0 24 317 117 55
Binary 11000 1111101 11001101 1011000 100111 0 10100 11001111 1001111 101101

Color Harmonies of #187DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187DCD

Black with #187DCD

Text Example


Text Example

White with #187DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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