Html Css Color HEX #128598 Eastern Blue

📋 copy color: '#128598'

red 18 ◦ green 133 ◦ blue 152

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

Shades of Eastern Blue #128598

Tints of Eastern Blue #128598

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.89%

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

R = 5.94%
G = 43.89%
B = 50.17%

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

#128598 (or 0x128598) is known color: Eastern Blue. HEX triplet: 12, 85 and 98. RGB value is (18,133,152). Sum of RGB (Red+Green+Blue) = 18+133+152=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #128598 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128598 is #ED7A67. Grayscale: #646464. Windows color (decimal): -15563368 or 9995538. OLE color: 9995538.

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

Color convert

RGB 18 133 152 -
CMYK 0.88 0.13 0 0.40
HSL 188.51º 0.79% 0.33% -
HSV(B) 188.51º 0.88% 0.6% -
XYZ 14.3 19.17 32.65 -
YUV 100.78 156.9 68.96 -
System Red Green Blue C M Y K H S L
Decimal 18 133 152 0.88 0.13 0 0.40 188.51 0.79 0.33
Hex 12 85 98 58 D 0 28 BD 4F 21
Octal 22 205 230 130 15 0 50 275 117 41
Binary 10010 10000101 10011000 1011000 1101 0 101000 10111101 1001111 100001

Color Harmonies of #128598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128598

Black with #128598

Text Example


Text Example

White with #128598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128598; }

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

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

background-color css

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

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

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

border-color css

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

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

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