Html Css Color HEX #128297 Eastern Blue

📋 copy color: '#128297'

red 18 ◦ green 130 ◦ blue 151

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

Shades of Eastern Blue #128297

Tints of Eastern Blue #128297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 50.5%

R = 6.02%
G = 43.48%
B = 50.5%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#128297 (or 0x128297) is known color: Eastern Blue. HEX triplet: 12, 82 and 97. RGB value is (18,130,151). Sum of RGB (Red+Green+Blue) = 18+130+151=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #128297 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128297 is #ED7D68. Grayscale: #626262. Windows color (decimal): -15564137 or 9929234. OLE color: 9929234.

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

Color convert

RGB 18 130 151 -
CMYK 0.88 0.14 0 0.41
HSL 189.47º 0.79% 0.33% -
HSV(B) 189.47º 0.88% 0.59% -
XYZ 13.82 18.33 32.09 -
YUV 98.91 157.39 70.29 -
System Red Green Blue C M Y K H S L
Decimal 18 130 151 0.88 0.14 0 0.41 189.47 0.79 0.33
Hex 12 82 97 58 E 0 29 BD 4F 21
Octal 22 202 227 130 16 0 51 275 117 41
Binary 10010 10000010 10010111 1011000 1110 0 101001 10111101 1001111 100001

Color Harmonies of #128297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128297

Black with #128297

Text Example


Text Example

White with #128297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128297; }

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

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

background-color css

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

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

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

border-color css

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

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

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