#188092

Color #188092 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #188092

Tints of Eastern Blue #188092

Color information

#188092 (or 0x188092) is unknown color: approx Eastern Blue. HEX triplet: 18, 80 and 92. RGB value is (24,128,146). Sum of RGB (Red+Green+Blue) = 24+128+146=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #188092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188092 is #E77F6D. Grayscale: #626262. Windows color (decimal): -15171438 or 9601048. OLE color: 9601048.

HSL color Cylindrical-coordinate representation of color #188092: hue angle of 188.85º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188092 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB24128146-
CMYK0.840.1200.43
HSL188.85º71.76%33.33%-
HSV(B)188.85º83.56%57.25%-
XYZ13.2817.7129.91-
YUV98.96154.5474.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.05%
GREEN value IS 128 (50.39% from 255) = 42.95%
BLUE value IS 146 (57.42% from 255) = 48.99%
R=8.05%
G=42.95%
B=48.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal241281460.840.1200.43188.8571.7633.33
Hex18809254C02Bbd4821
Octal302002221241405327511041
Binary110001000000010010010101010011000101011101111011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188092; }

 p { color: rgb(24,128,146); }

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

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

 a { background-color: rgb(24,128,146); }

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

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

 span { border-color: rgb(24,128,146); }

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