Html Css Color HEX #128498 Eastern Blue

📋 copy color: '#128498'

red 18 ◦ green 132 ◦ blue 152

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

Shades of Eastern Blue #128498

Tints of Eastern Blue #128498

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.71%

 BLUE value IS 152 (59.77% from 255) = 50.33%

R = 5.96%
G = 43.71%
B = 50.33%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#128498 (or 0x128498) is known color: Eastern Blue. HEX triplet: 12, 84 and 98. RGB value is (18,132,152). Sum of RGB (Red+Green+Blue) = 18+132+152=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #128498 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128498 is #ED7B67. Grayscale: #646464. Windows color (decimal): -15563624 or 9995282. OLE color: 9995282.

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

Color convert

RGB 18 132 152 -
CMYK 0.88 0.13 0 0.40
HSL 188.96º 0.79% 0.33% -
HSV(B) 188.96º 0.88% 0.6% -
XYZ 14.17 18.9 32.61 -
YUV 100.19 157.23 69.37 -
System Red Green Blue C M Y K H S L
Decimal 18 132 152 0.88 0.13 0 0.40 188.96 0.79 0.33
Hex 12 84 98 58 D 0 28 BD 4F 21
Octal 22 204 230 130 15 0 50 275 117 41
Binary 10010 10000100 10011000 1011000 1101 0 101000 10111101 1001111 100001

Color Harmonies of #128498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128498

Black with #128498

Text Example


Text Example

White with #128498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128498; }

 p { color: rgb(18,132,152); }

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

background-color css

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

 a { background-color: rgb(18,132,152); }

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

border-color css

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

 span { border-color: rgb(18,132,152); }

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