Html Css Color HEX #149FB4 Pelorous

📋 copy color: '#149FB4'

red 20 ◦ green 159 ◦ blue 180

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

Shades of Pelorous #149FB4

Tints of Pelorous #149FB4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.29%

 BLUE value IS 180 (70.7% from 255) = 50.14%

R = 5.57%
G = 44.29%
B = 50.14%

CMYK

 C value IS 0.89

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#149FB4 (or 0x149FB4) is known color: Pelorous. HEX triplet: 14, 9F and B4. RGB value is (20,159,180). Sum of RGB (Red+Green+Blue) = 20+159+180=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 180 (70.70% from 255 or 50.14% from 359); Max value from RGB is 180 - color contains mainly: blue. Hex color #149FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149FB4 is #EB604B. Grayscale: #777777. Windows color (decimal): -15425612 or 11837204. OLE color: 11837204.

HSL color Cylindrical-coordinate representation of color #149FB4: hue angle of 187.88º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #149FB4 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 159 180 -
CMYK 0.89 0.12 0 0.29
HSL 187.88º 0.8% 0.39% -
HSV(B) 187.88º 0.89% 0.71% -
XYZ 20.92 28.24 47.53 -
YUV 119.83 161.95 56.79 -
System Red Green Blue C M Y K H S L
Decimal 20 159 180 0.89 0.12 0 0.29 187.88 0.8 0.39
Hex 14 9F B4 59 C 0 1D BC 50 27
Octal 24 237 264 131 14 0 35 274 120 47
Binary 10100 10011111 10110100 1011001 1100 0 11101 10111100 1010000 100111

Color Harmonies of #149FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149FB4

Black with #149FB4

Text Example


Text Example

White with #149FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,159,180); }

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

background-color css

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

 a { background-color: rgb(20,159,180); }

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

border-color css

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

 span { border-color: rgb(20,159,180); }

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