Html Css Color HEX #1190A4 Eastern Blue

📋 copy color: '#1190A4'

red 17 ◦ green 144 ◦ blue 164

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

Shades of Eastern Blue #1190A4

Tints of Eastern Blue #1190A4

RGB

 RED value IS 17 (7.03% from 255) = 5.23%

 GREEN value IS 144 (56.64% from 255) = 44.31%

 BLUE value IS 164 (64.45% from 255) = 50.46%

R = 5.23%
G = 44.31%
B = 50.46%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1190A4 (or 0x1190A4) is known color: Eastern Blue. HEX triplet: 11, 90 and A4. RGB value is (17,144,164). Sum of RGB (Red+Green+Blue) = 17+144+164=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 164 (64.45% from 255 or 50.46% from 325); Max value from RGB is 164 - color contains mainly: blue. Hex color #1190A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1190A4 is #EE6F5B. Grayscale: #6C6C6C. Windows color (decimal): -15626076 or 10784785. OLE color: 10784785.

HSL color Cylindrical-coordinate representation of color #1190A4: hue angle of 188.16º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1190A4 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 144 164 -
CMYK 0.90 0.12 0 0.36
HSL 188.16º 0.81% 0.35% -
HSV(B) 188.16º 0.9% 0.64% -
XYZ 16.91 22.75 38.62 -
YUV 108.31 159.42 62.87 -
System Red Green Blue C M Y K H S L
Decimal 17 144 164 0.90 0.12 0 0.36 188.16 0.81 0.35
Hex 11 90 A4 5A C 0 24 BC 51 23
Octal 21 220 244 132 14 0 44 274 121 43
Binary 10001 10010000 10100100 1011010 1100 0 100100 10111100 1010001 100011

Color Harmonies of #1190A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1190A4

Black with #1190A4

Text Example


Text Example

White with #1190A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1190A4; }

 p { color: rgb(17,144,164); }

 H1.HeaderClassName
 {
   color: #1190A4;
 }
 .AnyTagClassName
 {
   color: #1190A4;
 }
</style>

background-color css

<style>
 a { background-color: #1190A4; }

 a { background-color: rgb(17,144,164); }

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

border-color css

<style>
 span { border-color: #1190A4; }

 span { border-color: rgb(17,144,164); }

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