#187F8A

Color #187F8A Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #187F8A

Tints of Atoll #187F8A

Color information

#187F8A (or 0x187F8A) is unknown color: approx Atoll. HEX triplet: 18, 7F and 8A. RGB value is (24,127,138). Sum of RGB (Red+Green+Blue) = 24+127+138=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #187F8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187F8A is #E78075. Grayscale: #616161. Windows color (decimal): -15171702 or 9076504. OLE color: 9076504.

HSL color Cylindrical-coordinate representation of color #187F8A: hue angle of 185.79º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #187F8A is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB24127138-
CMYK0.830.0800.46
HSL185.79º70.37%31.76%-
HSV(B)185.79º82.61%54.12%-
XYZ12.5517.2126.7-
YUV97.46150.8875.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.30%
GREEN value IS 127 (50% from 255) = 43.94%
BLUE value IS 138 (54.30% from 255) = 47.75%
R=8.30%
G=43.94%
B=47.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal241271380.830.0800.46185.7970.3731.76
Hex187F8A53802Eba4620
Octal301772121231005627210640
Binary11000111111110001010101001110000101110101110101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,127,138); }

 H1.HeaderClassName
 {
   color: #187F8A;
 }
 .AnyTagClassName
 {
   color: #187F8A;
 }
</style>
background-color css

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

 a { background-color: rgb(24,127,138); }

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

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

 span { border-color: rgb(24,127,138); }

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