Html Css Color HEX #128698 Eastern Blue

📋 copy color: '#128698'

red 18 ◦ green 134 ◦ blue 152

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

Shades of Eastern Blue #128698

Tints of Eastern Blue #128698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.08%

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

R = 5.92%
G = 44.08%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#128698 (or 0x128698) is known color: Eastern Blue. HEX triplet: 12, 86 and 98. RGB value is (18,134,152). Sum of RGB (Red+Green+Blue) = 18+134+152=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #128698 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128698 is #ED7967. Grayscale: #656565. Windows color (decimal): -15563112 or 9995794. OLE color: 9995794.

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

Color convert

RGB 18 134 152 -
CMYK 0.88 0.12 0 0.40
HSL 188.06º 0.79% 0.33% -
HSV(B) 188.06º 0.88% 0.6% -
XYZ 14.44 19.45 32.7 -
YUV 101.37 156.57 68.54 -
System Red Green Blue C M Y K H S L
Decimal 18 134 152 0.88 0.12 0 0.40 188.06 0.79 0.33
Hex 12 86 98 58 C 0 28 BC 4F 21
Octal 22 206 230 130 14 0 50 274 117 41
Binary 10010 10000110 10011000 1011000 1100 0 101000 10111100 1001111 100001

Color Harmonies of #128698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128698

Black with #128698

Text Example


Text Example

White with #128698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128698; }

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

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

background-color css

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

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

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

border-color css

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

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

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