Html Css Color HEX #149CB1 Pelorous

📋 copy color: '#149CB1'

red 20 ◦ green 156 ◦ blue 177

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

Shades of Pelorous #149CB1

Tints of Pelorous #149CB1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.19%

 BLUE value IS 177 (69.53% from 255) = 50.14%

R = 5.67%
G = 44.19%
B = 50.14%

CMYK

 C value IS 0.89

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#149CB1 (or 0x149CB1) is known color: Pelorous. HEX triplet: 14, 9C and B1. RGB value is (20,156,177). Sum of RGB (Red+Green+Blue) = 20+156+177=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 177 (69.53% from 255 or 50.14% from 353); Max value from RGB is 177 - color contains mainly: blue. Hex color #149CB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149CB1 is #EB634E. Grayscale: #757575. Windows color (decimal): -15426383 or 11639828. OLE color: 11639828.

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

Color convert

RGB 20 156 177 -
CMYK 0.89 0.12 0 0.31
HSL 188.03º 0.8% 0.39% -
HSV(B) 188.03º 0.89% 0.69% -
XYZ 20.11 27.1 45.77 -
YUV 117.73 161.44 58.29 -
System Red Green Blue C M Y K H S L
Decimal 20 156 177 0.89 0.12 0 0.31 188.03 0.8 0.39
Hex 14 9C B1 59 C 0 1F BC 50 27
Octal 24 234 261 131 14 0 37 274 120 47
Binary 10100 10011100 10110001 1011001 1100 0 11111 10111100 1010000 100111

Color Harmonies of #149CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149CB1

Black with #149CB1

Text Example


Text Example

White with #149CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,156,177); }

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

background-color css

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

 a { background-color: rgb(20,156,177); }

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

border-color css

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

 span { border-color: rgb(20,156,177); }

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