Html Css Color HEX #187ACD Navy Blue

📋 copy color: '#187ACD'

red 24 ◦ green 122 ◦ blue 205

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

Shades of Navy Blue #187ACD

Tints of Navy Blue #187ACD

RGB

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

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

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

R = 6.84%
G = 34.76%
B = 58.4%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#187ACD (or 0x187ACD) is known color: Navy Blue. HEX triplet: 18, 7A and CD. RGB value is (24,122,205). Sum of RGB (Red+Green+Blue) = 24+122+205=351 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.84% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #187ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187ACD is #E78532. Grayscale: #656565. Windows color (decimal): -15172915 or 13466136. OLE color: 13466136.

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

Color convert

RGB 24 122 205 -
CMYK 0.88 0.40 0 0.20
HSL 207.51º 0.79% 0.45% -
HSV(B) 207.51º 0.88% 0.8% -
XYZ 18.36 18.52 60.37 -
YUV 102.16 186.03 72.25 -
System Red Green Blue C M Y K H S L
Decimal 24 122 205 0.88 0.40 0 0.20 207.51 0.79 0.45
Hex 18 7A CD 58 28 0 14 D0 4F 2D
Octal 30 172 315 130 50 0 24 320 117 55
Binary 11000 1111010 11001101 1011000 101000 0 10100 11010000 1001111 101101

Color Harmonies of #187ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187ACD

Black with #187ACD

Text Example


Text Example

White with #187ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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