#198094

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

Shades of Eastern Blue #198094

Tints of Eastern Blue #198094

Color information

#198094 (or 0x198094) is unknown color: approx Eastern Blue. HEX triplet: 19, 80 and 94. RGB value is (25,128,148). Sum of RGB (Red+Green+Blue) = 25+128+148=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #198094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198094 is #E67F6B. Grayscale: #636363. Windows color (decimal): -15105900 or 9732121. OLE color: 9732121.

HSL color Cylindrical-coordinate representation of color #198094: hue angle of 189.76º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198094 is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB25128148-
CMYK0.830.1400.42
HSL189.76º71.1%33.92%-
HSV(B)189.76º83.11%58.04%-
XYZ13.4717.7830.74-
YUV99.48155.3874.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.31%
GREEN value IS 128 (50.39% from 255) = 42.52%
BLUE value IS 148 (58.20% from 255) = 49.17%
R=8.31%
G=42.52%
B=49.17%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal251281480.830.1400.42189.7671.133.92
Hex19809453E02Abe4722
Octal312002241231605227610742
Binary110011000000010010100101001111100101010101111101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198094; }

 p { color: rgb(25,128,148); }

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

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

 a { background-color: rgb(25,128,148); }

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

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

 span { border-color: rgb(25,128,148); }

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