Html Css Color HEX #1494BA Pelorous

📋 copy color: '#1494BA'

red 20 ◦ green 148 ◦ blue 186

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

Shades of Pelorous #1494BA

Tints of Pelorous #1494BA

RGB

 RED value IS 20 (8.2% from 255) = 5.65%

 GREEN value IS 148 (58.2% from 255) = 41.81%

 BLUE value IS 186 (73.05% from 255) = 52.54%

R = 5.65%
G = 41.81%
B = 52.54%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1494BA (or 0x1494BA) is known color: Pelorous. HEX triplet: 14, 94 and BA. RGB value is (20,148,186). Sum of RGB (Red+Green+Blue) = 20+148+186=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #1494BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1494BA is #EB6B45. Grayscale: #717171. Windows color (decimal): -15428422 or 12227604. OLE color: 12227604.

HSL color Cylindrical-coordinate representation of color #1494BA: hue angle of 193.73º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1494BA is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 148 186 -
CMYK 0.89 0.20 0 0.27
HSL 193.73º 0.81% 0.4% -
HSV(B) 193.73º 0.89% 0.73% -
XYZ 19.74 24.87 50.22 -
YUV 114.06 168.59 60.91 -
System Red Green Blue C M Y K H S L
Decimal 20 148 186 0.89 0.20 0 0.27 193.73 0.81 0.4
Hex 14 94 BA 59 14 0 1B C2 51 28
Octal 24 224 272 131 24 0 33 302 121 50
Binary 10100 10010100 10111010 1011001 10100 0 11011 11000010 1010001 101000

Color Harmonies of #1494BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1494BA

Black with #1494BA

Text Example


Text Example

White with #1494BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1494BA; }

 p { color: rgb(20,148,186); }

 H1.HeaderClassName
 {
   color: #1494BA;
 }
 .AnyTagClassName
 {
   color: #1494BA;
 }
</style>

background-color css

<style>
 a { background-color: #1494BA; }

 a { background-color: rgb(20,148,186); }

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

border-color css

<style>
 span { border-color: #1494BA; }

 span { border-color: rgb(20,148,186); }

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