Html Css Color HEX #149ABE Pelorous

📋 copy color: '#149ABE'

red 20 ◦ green 154 ◦ blue 190

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

Shades of Pelorous #149ABE

Tints of Pelorous #149ABE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.31%

 BLUE value IS 190 (74.61% from 255) = 52.2%

R = 5.49%
G = 42.31%
B = 52.2%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#149ABE (or 0x149ABE) is known color: Pelorous. HEX triplet: 14, 9A and BE. RGB value is (20,154,190). Sum of RGB (Red+Green+Blue) = 20+154+190=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #149ABE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149ABE is #EB6541. Grayscale: #757575. Windows color (decimal): -15426882 or 12491284. OLE color: 12491284.

HSL color Cylindrical-coordinate representation of color #149ABE: hue angle of 192.71º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #149ABE is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 154 190 -
CMYK 0.89 0.19 0 0.25
HSL 192.71º 0.81% 0.41% -
HSV(B) 192.71º 0.89% 0.75% -
XYZ 21.14 26.98 52.81 -
YUV 118.04 168.61 58.07 -
System Red Green Blue C M Y K H S L
Decimal 20 154 190 0.89 0.19 0 0.25 192.71 0.81 0.41
Hex 14 9A BE 59 13 0 19 C1 51 29
Octal 24 232 276 131 23 0 31 301 121 51
Binary 10100 10011010 10111110 1011001 10011 0 11001 11000001 1010001 101001

Color Harmonies of #149ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149ABE

Black with #149ABE

Text Example


Text Example

White with #149ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149ABE; }

 p { color: rgb(20,154,190); }

 H1.HeaderClassName
 {
   color: #149ABE;
 }
 .AnyTagClassName
 {
   color: #149ABE;
 }
</style>

background-color css

<style>
 a { background-color: #149ABE; }

 a { background-color: rgb(20,154,190); }

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

border-color css

<style>
 span { border-color: #149ABE; }

 span { border-color: rgb(20,154,190); }

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