Html Css Color HEX #128292 Eastern Blue

📋 copy color: '#128292'

red 18 ◦ green 130 ◦ blue 146

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

Shades of Eastern Blue #128292

Tints of Eastern Blue #128292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.66%

R = 6.12%
G = 44.22%
B = 49.66%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#128292 (or 0x128292) is known color: Eastern Blue. HEX triplet: 12, 82 and 92. RGB value is (18,130,146). Sum of RGB (Red+Green+Blue) = 18+130+146=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #128292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128292 is #ED7D6D. Grayscale: #626262. Windows color (decimal): -15564142 or 9601554. OLE color: 9601554.

HSL color Cylindrical-coordinate representation of color #128292: hue angle of 187.5º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128292 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 130 146 -
CMYK 0.88 0.11 0 0.43
HSL 187.5º 0.78% 0.32% -
HSV(B) 187.5º 0.88% 0.57% -
XYZ 13.42 18.17 29.99 -
YUV 98.34 154.89 70.7 -
System Red Green Blue C M Y K H S L
Decimal 18 130 146 0.88 0.11 0 0.43 187.5 0.78 0.32
Hex 12 82 92 58 B 0 2B BC 4E 20
Octal 22 202 222 130 13 0 53 274 116 40
Binary 10010 10000010 10010010 1011000 1011 0 101011 10111100 1001110 100000

Color Harmonies of #128292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128292

Black with #128292

Text Example


Text Example

White with #128292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128292; }

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

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

background-color css

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

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

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

border-color css

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

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

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