Html Css Color HEX #128F9B Eastern Blue

📋 copy color: '#128F9B'

red 18 ◦ green 143 ◦ blue 155

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

Shades of Eastern Blue #128F9B

Tints of Eastern Blue #128F9B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.25%

 BLUE value IS 155 (60.94% from 255) = 49.05%

R = 5.7%
G = 45.25%
B = 49.05%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#128F9B (or 0x128F9B) is known color: Eastern Blue. HEX triplet: 12, 8F and 9B. RGB value is (18,143,155). Sum of RGB (Red+Green+Blue) = 18+143+155=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 143 (56.25% from 255 or 45.25% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #128F9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128F9B is #ED7064. Grayscale: #6A6A6A. Windows color (decimal): -15560805 or 10194706. OLE color: 10194706.

HSL color Cylindrical-coordinate representation of color #128F9B: hue angle of 185.26º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128F9B is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 143 155 -
CMYK 0.88 0.08 0 0.39
HSL 185.26º 0.79% 0.34% -
HSV(B) 185.26º 0.88% 0.61% -
XYZ 15.99 22.14 34.44 -
YUV 106.99 155.09 64.52 -
System Red Green Blue C M Y K H S L
Decimal 18 143 155 0.88 0.08 0 0.39 185.26 0.79 0.34
Hex 12 8F 9B 58 8 0 27 B9 4F 22
Octal 22 217 233 130 10 0 47 271 117 42
Binary 10010 10001111 10011011 1011000 1000 0 100111 10111001 1001111 100010

Color Harmonies of #128F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128F9B

Black with #128F9B

Text Example


Text Example

White with #128F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128F9B; }

 p { color: rgb(18,143,155); }

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

background-color css

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

 a { background-color: rgb(18,143,155); }

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

border-color css

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

 span { border-color: rgb(18,143,155); }

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