Html Css Color HEX #128394 Eastern Blue

📋 copy color: '#128394'

red 18 ◦ green 131 ◦ blue 148

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

Shades of Eastern Blue #128394

Tints of Eastern Blue #128394

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.11%

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

R = 6.06%
G = 44.11%
B = 49.83%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#128394 (or 0x128394) is known color: Eastern Blue. HEX triplet: 12, 83 and 94. RGB value is (18,131,148). Sum of RGB (Red+Green+Blue) = 18+131+148=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #128394 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128394 is #ED7C6B. Grayscale: #626262. Windows color (decimal): -15563884 or 9732882. OLE color: 9732882.

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

Color convert

RGB 18 131 148 -
CMYK 0.88 0.11 0 0.42
HSL 187.85º 0.78% 0.33% -
HSV(B) 187.85º 0.88% 0.58% -
XYZ 13.71 18.5 30.87 -
YUV 99.15 155.56 70.12 -
System Red Green Blue C M Y K H S L
Decimal 18 131 148 0.88 0.11 0 0.42 187.85 0.78 0.33
Hex 12 83 94 58 B 0 2A BC 4E 21
Octal 22 203 224 130 13 0 52 274 116 41
Binary 10010 10000011 10010100 1011000 1011 0 101010 10111100 1001110 100001

Color Harmonies of #128394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128394

Black with #128394

Text Example


Text Example

White with #128394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128394; }

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

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

background-color css

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

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

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

border-color css

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

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

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