Html Css Color HEX #128794 Eastern Blue

📋 copy color: '#128794'

red 18 ◦ green 135 ◦ blue 148

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

Shades of Eastern Blue #128794

Tints of Eastern Blue #128794

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.85%

 BLUE value IS 148 (58.2% from 255) = 49.17%

R = 5.98%
G = 44.85%
B = 49.17%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#128794 (or 0x128794) is known color: Eastern Blue. HEX triplet: 12, 87 and 94. RGB value is (18,135,148). Sum of RGB (Red+Green+Blue) = 18+135+148=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #128794 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128794 is #ED786B. Grayscale: #656565. Windows color (decimal): -15562860 or 9733906. OLE color: 9733906.

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

Color convert

RGB 18 135 148 -
CMYK 0.88 0.09 0 0.42
HSL 186º 0.78% 0.33% -
HSV(B) 186º 0.88% 0.58% -
XYZ 14.26 19.59 31.05 -
YUV 101.5 154.24 68.44 -
System Red Green Blue C M Y K H S L
Decimal 18 135 148 0.88 0.09 0 0.42 186 0.78 0.33
Hex 12 87 94 58 9 0 2A BA 4E 21
Octal 22 207 224 130 11 0 52 272 116 41
Binary 10010 10000111 10010100 1011000 1001 0 101010 10111010 1001110 100001

Color Harmonies of #128794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128794

Black with #128794

Text Example


Text Example

White with #128794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128794; }

 p { color: rgb(18,135,148); }

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

background-color css

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

 a { background-color: rgb(18,135,148); }

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

border-color css

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

 span { border-color: rgb(18,135,148); }

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