Html Css Color HEX #128295 Eastern Blue

📋 copy color: '#128295'

red 18 ◦ green 130 ◦ blue 149

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

Shades of Eastern Blue #128295

Tints of Eastern Blue #128295

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.77%

 BLUE value IS 149 (58.59% from 255) = 50.17%

R = 6.06%
G = 43.77%
B = 50.17%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#128295 (or 0x128295) is known color: Eastern Blue. HEX triplet: 12, 82 and 95. RGB value is (18,130,149). Sum of RGB (Red+Green+Blue) = 18+130+149=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #128295 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128295 is #ED7D6A. Grayscale: #626262. Windows color (decimal): -15564139 or 9798162. OLE color: 9798162.

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

Color convert

RGB 18 130 149 -
CMYK 0.88 0.13 0 0.42
HSL 188.7º 0.78% 0.33% -
HSV(B) 188.7º 0.88% 0.58% -
XYZ 13.66 18.26 31.24 -
YUV 98.68 156.39 70.46 -
System Red Green Blue C M Y K H S L
Decimal 18 130 149 0.88 0.13 0 0.42 188.7 0.78 0.33
Hex 12 82 95 58 D 0 2A BD 4E 21
Octal 22 202 225 130 15 0 52 275 116 41
Binary 10010 10000010 10010101 1011000 1101 0 101010 10111101 1001110 100001

Color Harmonies of #128295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128295

Black with #128295

Text Example


Text Example

White with #128295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128295; }

 p { color: rgb(18,130,149); }

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

background-color css

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

 a { background-color: rgb(18,130,149); }

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

border-color css

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

 span { border-color: rgb(18,130,149); }

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