Html Css Color HEX #1384A4 Eastern Blue

📋 copy color: '#1384A4'

red 19 ◦ green 132 ◦ blue 164

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

Shades of Eastern Blue #1384A4

Tints of Eastern Blue #1384A4

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.9%

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

R = 6.03%
G = 41.9%
B = 52.06%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1384A4 (or 0x1384A4) is known color: Eastern Blue. HEX triplet: 13, 84 and A4. RGB value is (19,132,164). Sum of RGB (Red+Green+Blue) = 19+132+164=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 164 (64.45% from 255 or 52.06% from 315); Max value from RGB is 164 - color contains mainly: blue. Hex color #1384A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1384A4 is #EC7B5B. Grayscale: #656565. Windows color (decimal): -15498076 or 10781715. OLE color: 10781715.

HSL color Cylindrical-coordinate representation of color #1384A4: hue angle of 193.24º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1384A4 is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 132 164 -
CMYK 0.88 0.20 0 0.36
HSL 193.24º 0.79% 0.36% -
HSV(B) 193.24º 0.88% 0.64% -
XYZ 15.22 19.32 38.05 -
YUV 101.86 163.06 68.9 -
System Red Green Blue C M Y K H S L
Decimal 19 132 164 0.88 0.20 0 0.36 193.24 0.79 0.36
Hex 13 84 A4 58 14 0 24 C1 4F 24
Octal 23 204 244 130 24 0 44 301 117 44
Binary 10011 10000100 10100100 1011000 10100 0 100100 11000001 1001111 100100

Color Harmonies of #1384A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1384A4

Black with #1384A4

Text Example


Text Example

White with #1384A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,132,164); }

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

background-color css

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

 a { background-color: rgb(19,132,164); }

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

border-color css

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

 span { border-color: rgb(19,132,164); }

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