Html Css Color HEX #149AAD Pelorous

📋 copy color: '#149AAD'

red 20 ◦ green 154 ◦ blue 173

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

Shades of Pelorous #149AAD

Tints of Pelorous #149AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.86%

R = 5.76%
G = 44.38%
B = 49.86%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#149AAD (or 0x149AAD) is known color: Pelorous. HEX triplet: 14, 9A and AD. RGB value is (20,154,173). Sum of RGB (Red+Green+Blue) = 20+154+173=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #149AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149AAD is #EB6552. Grayscale: #737373. Windows color (decimal): -15426899 or 11377172. OLE color: 11377172.

HSL color Cylindrical-coordinate representation of color #149AAD: hue angle of 187.45º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #149AAD is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 154 173 -
CMYK 0.88 0.11 0 0.32
HSL 187.45º 0.79% 0.38% -
HSV(B) 187.45º 0.88% 0.68% -
XYZ 19.39 26.28 43.59 -
YUV 116.1 160.11 59.46 -
System Red Green Blue C M Y K H S L
Decimal 20 154 173 0.88 0.11 0 0.32 187.45 0.79 0.38
Hex 14 9A AD 58 B 0 20 BB 4F 26
Octal 24 232 255 130 13 0 40 273 117 46
Binary 10100 10011010 10101101 1011000 1011 0 100000 10111011 1001111 100110

Color Harmonies of #149AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149AAD

Black with #149AAD

Text Example


Text Example

White with #149AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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