Html Css Color HEX #128193 Eastern Blue

📋 copy color: '#128193'

red 18 ◦ green 129 ◦ blue 147

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

Shades of Eastern Blue #128193

Tints of Eastern Blue #128193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 50%

R = 6.12%
G = 43.88%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#128193 (or 0x128193) is known color: Eastern Blue. HEX triplet: 12, 81 and 93. RGB value is (18,129,147). Sum of RGB (Red+Green+Blue) = 18+129+147=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #128193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128193 is #ED7E6C. Grayscale: #616161. Windows color (decimal): -15564397 or 9666834. OLE color: 9666834.

HSL color Cylindrical-coordinate representation of color #128193: hue angle of 188.37º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128193 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 129 147 -
CMYK 0.88 0.12 0 0.42
HSL 188.37º 0.78% 0.32% -
HSV(B) 188.37º 0.88% 0.58% -
XYZ 13.37 17.94 30.36 -
YUV 97.86 155.73 71.04 -
System Red Green Blue C M Y K H S L
Decimal 18 129 147 0.88 0.12 0 0.42 188.37 0.78 0.32
Hex 12 81 93 58 C 0 2A BC 4E 20
Octal 22 201 223 130 14 0 52 274 116 40
Binary 10010 10000001 10010011 1011000 1100 0 101010 10111100 1001110 100000

Color Harmonies of #128193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128193

Black with #128193

Text Example


Text Example

White with #128193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128193; }

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

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

background-color css

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

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

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

border-color css

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

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

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