Html Css Color HEX #149FB2 Pelorous

📋 copy color: '#149FB2'

red 20 ◦ green 159 ◦ blue 178

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

Shades of Pelorous #149FB2

Tints of Pelorous #149FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 49.86%

R = 5.6%
G = 44.54%
B = 49.86%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#149FB2 (or 0x149FB2) is known color: Pelorous. HEX triplet: 14, 9F and B2. RGB value is (20,159,178). Sum of RGB (Red+Green+Blue) = 20+159+178=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 178 (69.92% from 255 or 49.86% from 357); Max value from RGB is 178 - color contains mainly: blue. Hex color #149FB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149FB2 is #EB604D. Grayscale: #777777. Windows color (decimal): -15425614 or 11706132. OLE color: 11706132.

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

Color convert

RGB 20 159 178 -
CMYK 0.89 0.11 0 0.30
HSL 187.22º 0.8% 0.39% -
HSV(B) 187.22º 0.89% 0.7% -
XYZ 20.72 28.16 46.46 -
YUV 119.61 160.95 56.96 -
System Red Green Blue C M Y K H S L
Decimal 20 159 178 0.89 0.11 0 0.30 187.22 0.8 0.39
Hex 14 9F B2 59 B 0 1E BB 50 27
Octal 24 237 262 131 13 0 36 273 120 47
Binary 10100 10011111 10110010 1011001 1011 0 11110 10111011 1010000 100111

Color Harmonies of #149FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149FB2

Black with #149FB2

Text Example


Text Example

White with #149FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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