Html Css Color HEX #128294 Eastern Blue

📋 copy color: '#128294'

red 18 ◦ green 130 ◦ blue 148

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

Shades of Eastern Blue #128294

Tints of Eastern Blue #128294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 50%

R = 6.08%
G = 43.92%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#128294 (or 0x128294) is known color: Eastern Blue. HEX triplet: 12, 82 and 94. RGB value is (18,130,148). Sum of RGB (Red+Green+Blue) = 18+130+148=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #128294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128294 is #ED7D6B. Grayscale: #626262. Windows color (decimal): -15564140 or 9732626. OLE color: 9732626.

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

Color convert

RGB 18 130 148 -
CMYK 0.88 0.12 0 0.42
HSL 188.31º 0.78% 0.33% -
HSV(B) 188.31º 0.88% 0.58% -
XYZ 13.58 18.23 30.82 -
YUV 98.56 155.89 70.54 -
System Red Green Blue C M Y K H S L
Decimal 18 130 148 0.88 0.12 0 0.42 188.31 0.78 0.33
Hex 12 82 94 58 C 0 2A BC 4E 21
Octal 22 202 224 130 14 0 52 274 116 41
Binary 10010 10000010 10010100 1011000 1100 0 101010 10111100 1001110 100001

Color Harmonies of #128294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128294

Black with #128294

Text Example


Text Example

White with #128294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128294; }

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

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

background-color css

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

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

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

border-color css

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

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

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