Html Css Color HEX #1293A3 Eastern Blue

📋 copy color: '#1293A3'

red 18 ◦ green 147 ◦ blue 163

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

Shades of Eastern Blue #1293A3

Tints of Eastern Blue #1293A3

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.82%

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

R = 5.49%
G = 44.82%
B = 49.7%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1293A3 (or 0x1293A3) is known color: Eastern Blue. HEX triplet: 12, 93 and A3. RGB value is (18,147,163). Sum of RGB (Red+Green+Blue) = 18+147+163=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 163 (64.06% from 255 or 49.70% from 328); Max value from RGB is 163 - color contains mainly: blue. Hex color #1293A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1293A3 is #ED6C5C. Grayscale: #6E6E6E. Windows color (decimal): -15559773 or 10720018. OLE color: 10720018.

HSL color Cylindrical-coordinate representation of color #1293A3: hue angle of 186.62º 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 #1293A3 is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 147 163 -
CMYK 0.89 0.10 0 0.36
HSL 186.62º 0.8% 0.35% -
HSV(B) 186.62º 0.89% 0.64% -
XYZ 17.29 23.64 38.3 -
YUV 110.25 157.76 62.2 -
System Red Green Blue C M Y K H S L
Decimal 18 147 163 0.89 0.10 0 0.36 186.62 0.8 0.35
Hex 12 93 A3 59 A 0 24 BB 50 23
Octal 22 223 243 131 12 0 44 273 120 43
Binary 10010 10010011 10100011 1011001 1010 0 100100 10111011 1010000 100011

Color Harmonies of #1293A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1293A3

Black with #1293A3

Text Example


Text Example

White with #1293A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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