Html Css Color HEX #148DB1 Pelorous

📋 copy color: '#148DB1'

red 20 ◦ green 141 ◦ blue 177

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

Shades of Pelorous #148DB1

Tints of Pelorous #148DB1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.72%

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

R = 5.92%
G = 41.72%
B = 52.37%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#148DB1 (or 0x148DB1) is known color: Pelorous. HEX triplet: 14, 8D and B1. RGB value is (20,141,177). Sum of RGB (Red+Green+Blue) = 20+141+177=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 177 (69.53% from 255 or 52.37% from 338); Max value from RGB is 177 - color contains mainly: blue. Hex color #148DB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148DB1 is #EB724E. Grayscale: #6C6C6C. Windows color (decimal): -15430223 or 11635988. OLE color: 11635988.

HSL color Cylindrical-coordinate representation of color #148DB1: hue angle of 193.76º 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 #148DB1 is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 141 177 -
CMYK 0.89 0.20 0 0.31
HSL 193.76º 0.8% 0.39% -
HSV(B) 193.76º 0.89% 0.69% -
XYZ 17.75 22.37 44.98 -
YUV 108.93 166.41 64.57 -
System Red Green Blue C M Y K H S L
Decimal 20 141 177 0.89 0.20 0 0.31 193.76 0.8 0.39
Hex 14 8D B1 59 14 0 1F C2 50 27
Octal 24 215 261 131 24 0 37 302 120 47
Binary 10100 10001101 10110001 1011001 10100 0 11111 11000010 1010000 100111

Color Harmonies of #148DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148DB1

Black with #148DB1

Text Example


Text Example

White with #148DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148DB1; }

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

 H1.HeaderClassName
 {
   color: #148DB1;
 }
 .AnyTagClassName
 {
   color: #148DB1;
 }
</style>

background-color css

<style>
 a { background-color: #148DB1; }

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

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

border-color css

<style>
 span { border-color: #148DB1; }

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

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