Html Css Color HEX #187DCC Navy Blue

📋 copy color: '#187DCC'

red 24 ◦ green 125 ◦ blue 204

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

Shades of Navy Blue #187DCC

Tints of Navy Blue #187DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.79%

R = 6.8%
G = 35.41%
B = 57.79%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#187DCC (or 0x187DCC) is known color: Navy Blue. HEX triplet: 18, 7D and CC. RGB value is (24,125,204). Sum of RGB (Red+Green+Blue) = 24+125+204=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #187DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187DCC is #E78233. Grayscale: #676767. Windows color (decimal): -15172148 or 13401368. OLE color: 13401368.

HSL color Cylindrical-coordinate representation of color #187DCC: hue angle of 206.33º 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 #187DCC is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 125 204 -
CMYK 0.88 0.39 0 0.2
HSL 206.33º 0.79% 0.45% -
HSV(B) 206.33º 0.88% 0.8% -
XYZ 18.61 19.22 59.86 -
YUV 103.81 184.54 71.08 -
System Red Green Blue C M Y K H S L
Decimal 24 125 204 0.88 0.39 0 0.2 206.33 0.79 0.45
Hex 18 7D CC 58 27 0 14 CE 4F 2D
Octal 30 175 314 130 47 0 24 316 117 55
Binary 11000 1111101 11001100 1011000 100111 0 10100 11001110 1001111 101101

Color Harmonies of #187DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187DCC

Black with #187DCC

Text Example


Text Example

White with #187DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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