Html Css Color HEX #128199 Eastern Blue

📋 copy color: '#128199'

red 18 ◦ green 129 ◦ blue 153

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

Shades of Eastern Blue #128199

Tints of Eastern Blue #128199

RGB

 RED value IS 18 (7.42% from 255) = 6%

 GREEN value IS 129 (50.78% from 255) = 43%

 BLUE value IS 153 (60.16% from 255) = 51%

R = 6%
G = 43%
B = 51%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#128199 (or 0x128199) is known color: Eastern Blue. HEX triplet: 12, 81 and 99. RGB value is (18,129,153). Sum of RGB (Red+Green+Blue) = 18+129+153=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #128199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128199 is #ED7E66. Grayscale: #626262. Windows color (decimal): -15564391 or 10060050. OLE color: 10060050.

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

Color convert

RGB 18 129 153 -
CMYK 0.88 0.16 0 0.4
HSL 190.67º 0.79% 0.34% -
HSV(B) 190.67º 0.88% 0.6% -
XYZ 13.85 18.13 32.91 -
YUV 98.55 158.73 70.55 -
System Red Green Blue C M Y K H S L
Decimal 18 129 153 0.88 0.16 0 0.4 190.67 0.79 0.34
Hex 12 81 99 58 10 0 28 BF 4F 22
Octal 22 201 231 130 20 0 50 277 117 42
Binary 10010 10000001 10011001 1011000 10000 0 101000 10111111 1001111 100010

Color Harmonies of #128199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128199

Black with #128199

Text Example


Text Example

White with #128199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128199; }

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

 H1.HeaderClassName
 {
   color: #128199;
 }
 .AnyTagClassName
 {
   color: #128199;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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