Html Css Color HEX #1289AC Eastern Blue

📋 copy color: '#1289AC'

red 18 ◦ green 137 ◦ blue 172

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

Shades of Eastern Blue #1289AC

Tints of Eastern Blue #1289AC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.9%

 BLUE value IS 172 (67.58% from 255) = 52.6%

R = 5.5%
G = 41.9%
B = 52.6%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1289AC (or 0x1289AC) is known color: Eastern Blue. HEX triplet: 12, 89 and AC. RGB value is (18,137,172). Sum of RGB (Red+Green+Blue) = 18+137+172=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #1289AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1289AC is #ED7653. Grayscale: #696969. Windows color (decimal): -15562324 or 11307282. OLE color: 11307282.

HSL color Cylindrical-coordinate representation of color #1289AC: hue angle of 193.64º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1289AC is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 137 172 -
CMYK 0.90 0.20 0 0.33
HSL 193.64º 0.81% 0.37% -
HSV(B) 193.64º 0.9% 0.67% -
XYZ 16.64 21 42.21 -
YUV 105.41 165.58 65.65 -
System Red Green Blue C M Y K H S L
Decimal 18 137 172 0.90 0.20 0 0.33 193.64 0.81 0.37
Hex 12 89 AC 5A 14 0 21 C2 51 25
Octal 22 211 254 132 24 0 41 302 121 45
Binary 10010 10001001 10101100 1011010 10100 0 100001 11000010 1010001 100101

Color Harmonies of #1289AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1289AC

Black with #1289AC

Text Example


Text Example

White with #1289AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1289AC; }

 p { color: rgb(18,137,172); }

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

background-color css

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

 a { background-color: rgb(18,137,172); }

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

border-color css

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

 span { border-color: rgb(18,137,172); }

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