#148AB0

Color #148AB0 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #148AB0

Tints of Pelorous #148AB0

Color information

#148AB0 (or 0x148AB0) is unknown color: approx Pelorous. HEX triplet: 14, 8A and B0. RGB value is (20,138,176). Sum of RGB (Red+Green+Blue) = 20+138+176=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 176 (69.14% from 255 or 52.69% from 334); Max value from RGB is 176 - color contains mainly: blue. Hex color #148AB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148AB0 is #EB754F. Grayscale: #6A6A6A. Windows color (decimal): -15430992 or 11569684. OLE color: 11569684.

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

Color convert

RGB20138176-
CMYK0.890.2200.31
HSL194.62º79.59%38.43%-
HSV(B)194.62º88.64%69.02%-
XYZ17.2121.4644.31-
YUV107.05166.9165.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.99%
GREEN value IS 138 (54.30% from 255) = 41.32%
BLUE value IS 176 (69.14% from 255) = 52.69%
R=5.99%
G=41.32%
B=52.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal201381760.890.2200.31194.6279.5938.43
Hex148AB0591601Fc35026
Octal242122601312603730312046
Binary101001000101010110000101100110110011111110000111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,138,176); }

 H1.HeaderClassName
 {
   color: #148AB0;
 }
 .AnyTagClassName
 {
   color: #148AB0;
 }
</style>
background-color css

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

 a { background-color: rgb(20,138,176); }

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

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

 span { border-color: rgb(20,138,176); }

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