#148199

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

Shades of Eastern Blue #148199

Tints of Eastern Blue #148199

Color information

#148199 (or 0x148199) is unknown color: approx Eastern Blue. HEX triplet: 14, 81 and 99. RGB value is (20,129,153). Sum of RGB (Red+Green+Blue) = 20+129+153=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #148199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148199 is #EB7E66. Grayscale: #626262. Windows color (decimal): -15433319 or 10060052. OLE color: 10060052.

HSL color Cylindrical-coordinate representation of color #148199: hue angle of 190.83º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #148199 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB20129153-
CMYK0.870.1600.4
HSL190.83º76.88%33.92%-
HSV(B)190.83º86.93%60%-
XYZ13.8918.1532.91-
YUV99.15158.3971.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.62%
GREEN value IS 129 (50.78% from 255) = 42.72%
BLUE value IS 153 (60.16% from 255) = 50.66%
R=6.62%
G=42.72%
B=50.66%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal201291530.870.1600.4190.8376.8833.92
Hex1481995710028bf4d22
Octal242012311272005027711542
Binary1010010000001100110011010111100000101000101111111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148199; }

 p { color: rgb(20,129,153); }

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

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

 a { background-color: rgb(20,129,153); }

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

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

 span { border-color: rgb(20,129,153); }

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