Html Css Color HEX #148199 Eastern Blue

📋 copy color: '#148199'

red 20 ◦ green 129 ◦ blue 153

#148199
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #148199

Tints of Eastern Blue #148199

RGB

 RED value IS 20 (8.2% 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 value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#148199 (or 0x148199) is known color: 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

RGB 20 129 153 -
CMYK 0.87 0.16 0 0.4
HSL 190.83º 0.77% 0.34% -
HSV(B) 190.83º 0.87% 0.6% -
XYZ 13.89 18.15 32.91 -
YUV 99.15 158.39 71.55 -
System Red Green Blue C M Y K H S L
Decimal 20 129 153 0.87 0.16 0 0.4 190.83 0.77 0.34
Hex 14 81 99 57 10 0 28 BF 4D 22
Octal 24 201 231 127 20 0 50 277 115 42
Binary 10100 10000001 10011001 1010111 10000 0 101000 10111111 1001101 100010

Color Harmonies of #148199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148199

Black with #148199

Text Example


Text Example

White with #148199

Text Example


Text Example

HTML Codes & Css Web 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>