Html Css Color HEX #1388AA Eastern Blue

📋 copy color: '#1388AA'

red 19 ◦ green 136 ◦ blue 170

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

Shades of Eastern Blue #1388AA

Tints of Eastern Blue #1388AA

RGB

 RED value IS 19 (7.81% from 255) = 5.85%

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

 BLUE value IS 170 (66.8% from 255) = 52.31%

R = 5.85%
G = 41.85%
B = 52.31%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1388AA (or 0x1388AA) is known color: Eastern Blue. HEX triplet: 13, 88 and AA. RGB value is (19,136,170). Sum of RGB (Red+Green+Blue) = 19+136+170=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #1388AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1388AA is #EC7755. Grayscale: #686868. Windows color (decimal): -15497046 or 11175955. OLE color: 11175955.

HSL color Cylindrical-coordinate representation of color #1388AA: hue angle of 193.51º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1388AA is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 136 170 -
CMYK 0.89 0.20 0 0.33
HSL 193.51º 0.8% 0.37% -
HSV(B) 193.51º 0.89% 0.67% -
XYZ 16.33 20.65 41.16 -
YUV 104.89 164.74 66.74 -
System Red Green Blue C M Y K H S L
Decimal 19 136 170 0.89 0.20 0 0.33 193.51 0.8 0.37
Hex 13 88 AA 59 14 0 21 C2 50 25
Octal 23 210 252 131 24 0 41 302 120 45
Binary 10011 10001000 10101010 1011001 10100 0 100001 11000010 1010000 100101

Color Harmonies of #1388AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1388AA

Black with #1388AA

Text Example


Text Example

White with #1388AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1388AA; }

 p { color: rgb(19,136,170); }

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

background-color css

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

 a { background-color: rgb(19,136,170); }

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

border-color css

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

 span { border-color: rgb(19,136,170); }

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