Html Css Color HEX #128092 Eastern Blue

📋 copy color: '#128092'

red 18 ◦ green 128 ◦ blue 146

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

Shades of Eastern Blue #128092

Tints of Eastern Blue #128092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.84%

 BLUE value IS 146 (57.42% from 255) = 50%

R = 6.16%
G = 43.84%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#128092 (or 0x128092) is known color: Eastern Blue. HEX triplet: 12, 80 and 92. RGB value is (18,128,146). Sum of RGB (Red+Green+Blue) = 18+128+146=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #128092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128092 is #ED7F6D. Grayscale: #606060. Windows color (decimal): -15564654 or 9601042. OLE color: 9601042.

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

Color convert

RGB 18 128 146 -
CMYK 0.88 0.12 0 0.43
HSL 188.44º 0.78% 0.32% -
HSV(B) 188.44º 0.88% 0.57% -
XYZ 13.16 17.64 29.91 -
YUV 97.16 155.56 71.54 -
System Red Green Blue C M Y K H S L
Decimal 18 128 146 0.88 0.12 0 0.43 188.44 0.78 0.32
Hex 12 80 92 58 C 0 2B BC 4E 20
Octal 22 200 222 130 14 0 53 274 116 40
Binary 10010 10000000 10010010 1011000 1100 0 101011 10111100 1001110 100000

Color Harmonies of #128092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128092

Black with #128092

Text Example


Text Example

White with #128092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128092; }

 p { color: rgb(18,128,146); }

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

background-color css

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

 a { background-color: rgb(18,128,146); }

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

border-color css

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

 span { border-color: rgb(18,128,146); }

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