Html Css Color HEX #12889F Eastern Blue

📋 copy color: '#12889F'

red 18 ◦ green 136 ◦ blue 159

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

Shades of Eastern Blue #12889F

Tints of Eastern Blue #12889F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.45%

 BLUE value IS 159 (62.5% from 255) = 50.8%

R = 5.75%
G = 43.45%
B = 50.8%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12889F (or 0x12889F) is known color: Eastern Blue. HEX triplet: 12, 88 and 9F. RGB value is (18,136,159). Sum of RGB (Red+Green+Blue) = 18+136+159=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #12889F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12889F is #ED7760. Grayscale: #676767. Windows color (decimal): -15562593 or 10455058. OLE color: 10455058.

HSL color Cylindrical-coordinate representation of color #12889F: hue angle of 189.79º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12889F is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 136 159 -
CMYK 0.89 0.14 0 0.38
HSL 189.79º 0.8% 0.35% -
HSV(B) 189.79º 0.89% 0.62% -
XYZ 15.31 20.24 35.9 -
YUV 103.34 159.41 67.13 -
System Red Green Blue C M Y K H S L
Decimal 18 136 159 0.89 0.14 0 0.38 189.79 0.8 0.35
Hex 12 88 9F 59 E 0 26 BE 50 23
Octal 22 210 237 131 16 0 46 276 120 43
Binary 10010 10001000 10011111 1011001 1110 0 100110 10111110 1010000 100011

Color Harmonies of #12889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12889F

Black with #12889F

Text Example


Text Example

White with #12889F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12889F; }

 p { color: rgb(18,136,159); }

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

background-color css

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

 a { background-color: rgb(18,136,159); }

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

border-color css

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

 span { border-color: rgb(18,136,159); }

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