Html Css Color HEX #1287A3 Eastern Blue

📋 copy color: '#1287A3'

red 18 ◦ green 135 ◦ blue 163

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

Shades of Eastern Blue #1287A3

Tints of Eastern Blue #1287A3

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.72%

 BLUE value IS 163 (64.06% from 255) = 51.58%

R = 5.7%
G = 42.72%
B = 51.58%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1287A3 (or 0x1287A3) is known color: Eastern Blue. HEX triplet: 12, 87 and A3. RGB value is (18,135,163). Sum of RGB (Red+Green+Blue) = 18+135+163=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 163 (64.06% from 255 or 51.58% from 316); Max value from RGB is 163 - color contains mainly: blue. Hex color #1287A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1287A3 is #ED785C. Grayscale: #666666. Windows color (decimal): -15562845 or 10716946. OLE color: 10716946.

HSL color Cylindrical-coordinate representation of color #1287A3: hue angle of 191.59º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1287A3 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 135 163 -
CMYK 0.89 0.17 0 0.36
HSL 191.59º 0.8% 0.35% -
HSV(B) 191.59º 0.89% 0.64% -
XYZ 15.52 20.1 37.71 -
YUV 103.21 161.74 67.22 -
System Red Green Blue C M Y K H S L
Decimal 18 135 163 0.89 0.17 0 0.36 191.59 0.8 0.35
Hex 12 87 A3 59 11 0 24 C0 50 23
Octal 22 207 243 131 21 0 44 300 120 43
Binary 10010 10000111 10100011 1011001 10001 0 100100 11000000 1010000 100011

Color Harmonies of #1287A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1287A3

Black with #1287A3

Text Example


Text Example

White with #1287A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1287A3; }

 p { color: rgb(18,135,163); }

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

background-color css

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

 a { background-color: rgb(18,135,163); }

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

border-color css

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

 span { border-color: rgb(18,135,163); }

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