Html Css Color HEX #128798 Eastern Blue

📋 copy color: '#128798'

red 18 ◦ green 135 ◦ blue 152

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

Shades of Eastern Blue #128798

Tints of Eastern Blue #128798

RGB

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

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

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

R = 5.9%
G = 44.26%
B = 49.84%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#128798 (or 0x128798) is known color: Eastern Blue. HEX triplet: 12, 87 and 98. RGB value is (18,135,152). Sum of RGB (Red+Green+Blue) = 18+135+152=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #128798 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128798 is #ED7867. Grayscale: #656565. Windows color (decimal): -15562856 or 9996050. OLE color: 9996050.

HSL color Cylindrical-coordinate representation of color #128798: hue angle of 187.61º 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 #128798 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 135 152 -
CMYK 0.88 0.11 0 0.40
HSL 187.61º 0.79% 0.33% -
HSV(B) 187.61º 0.88% 0.6% -
XYZ 14.58 19.72 32.74 -
YUV 101.96 156.24 68.12 -
System Red Green Blue C M Y K H S L
Decimal 18 135 152 0.88 0.11 0 0.40 187.61 0.79 0.33
Hex 12 87 98 58 B 0 28 BC 4F 21
Octal 22 207 230 130 13 0 50 274 117 41
Binary 10010 10000111 10011000 1011000 1011 0 101000 10111100 1001111 100001

Color Harmonies of #128798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128798

Black with #128798

Text Example


Text Example

White with #128798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128798; }

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

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

background-color css

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

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

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

border-color css

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

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

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