#148DB7

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

Shades of Pelorous #148DB7

Tints of Pelorous #148DB7

Color information

#148DB7 (or 0x148DB7) is unknown color: approx Pelorous. HEX triplet: 14, 8D and B7. RGB value is (20,141,183). Sum of RGB (Red+Green+Blue) = 20+141+183=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 183 (71.88% from 255 or 53.20% from 344); Max value from RGB is 183 - color contains mainly: blue. Hex color #148DB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148DB7 is #EB7248. Grayscale: #6D6D6D. Windows color (decimal): -15430217 or 12029204. OLE color: 12029204.

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

Color convert

RGB20141183-
CMYK0.890.2300.28
HSL195.46º80.3%39.8%-
HSV(B)195.46º89.07%71.76%-
XYZ18.3622.6248.2-
YUV109.61169.4164.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.81%
GREEN value IS 141 (55.47% from 255) = 40.99%
BLUE value IS 183 (71.88% from 255) = 53.20%
R=5.81%
G=40.99%
B=53.20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal201411830.890.2300.28195.4680.339.8
Hex148DB7591701Cc35028
Octal242152671312703430312050
Binary101001000110110110111101100110111011100110000111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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