#148EB7

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

Shades of Pelorous #148EB7

Tints of Pelorous #148EB7

Color information

#148EB7 (or 0x148EB7) is unknown color: approx Pelorous. HEX triplet: 14, 8E and B7. RGB value is (20,142,183). Sum of RGB (Red+Green+Blue) = 20+142+183=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 183 (71.88% from 255 or 53.04% from 345); Max value from RGB is 183 - color contains mainly: blue. Hex color #148EB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148EB7 is #EB7148. Grayscale: #6D6D6D. Windows color (decimal): -15429961 or 12029460. OLE color: 12029460.

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

Color convert

RGB20142183-
CMYK0.890.2200.28
HSL195.09º80.3%39.8%-
HSV(B)195.09º89.07%71.76%-
XYZ18.5122.9148.25-
YUV110.2169.0863.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.80%
GREEN value IS 142 (55.86% from 255) = 41.16%
BLUE value IS 183 (71.88% from 255) = 53.04%
R=5.80%
G=41.16%
B=53.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal201421830.890.2200.28195.0980.339.8
Hex148EB7591601Cc35028
Octal242162671312603430312050
Binary101001000111010110111101100110110011100110000111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,142,183); }

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

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

 a { background-color: rgb(20,142,183); }

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

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

 span { border-color: rgb(20,142,183); }

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