#188EA4

Color #188EA4 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #188EA4

Tints of Pelorous #188EA4

Color information

#188EA4 (or 0x188EA4) is unknown color: approx Pelorous. HEX triplet: 18, 8E and A4. RGB value is (24,142,164). Sum of RGB (Red+Green+Blue) = 24+142+164=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 164 (64.45% from 255 or 49.70% from 330); Max value from RGB is 164 - color contains mainly: blue. Hex color #188EA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188EA4 is #E7715B. Grayscale: #6D6D6D. Windows color (decimal): -15167836 or 10784280. OLE color: 10784280.

HSL color Cylindrical-coordinate representation of color #188EA4: hue angle of 189.43º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #188EA4 is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB24142164-
CMYK0.850.1300.36
HSL189.43º74.47%36.86%-
HSV(B)189.43º85.37%64.31%-
XYZ16.7522.2238.53-
YUV109.23158.9167.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.27%
GREEN value IS 142 (55.86% from 255) = 43.03%
BLUE value IS 164 (64.45% from 255) = 49.70%
R=7.27%
G=43.03%
B=49.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal241421640.850.1300.36189.4374.4736.86
Hex188EA455D024bd4a25
Octal302162441251504427511245
Binary110001000111010100100101010111010100100101111011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188EA4; }

 p { color: rgb(24,142,164); }

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

<style>
 a { background-color: #188EA4; }

 a { background-color: rgb(24,142,164); }

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

<style>
 span { border-color: #188EA4; }

 span { border-color: rgb(24,142,164); }

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