Html Css Color HEX #148DB7 Pelorous

📋 copy color: '#148DB7'

red 20 ◦ green 141 ◦ blue 183

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

Shades of Pelorous #148DB7

Tints of Pelorous #148DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 53.2%

R = 5.81%
G = 40.99%
B = 53.2%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#148DB7 (or 0x148DB7) is known color: 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

RGB 20 141 183 -
CMYK 0.89 0.23 0 0.28
HSL 195.46º 0.8% 0.4% -
HSV(B) 195.46º 0.89% 0.72% -
XYZ 18.36 22.62 48.2 -
YUV 109.61 169.41 64.08 -
System Red Green Blue C M Y K H S L
Decimal 20 141 183 0.89 0.23 0 0.28 195.46 0.8 0.4
Hex 14 8D B7 59 17 0 1C C3 50 28
Octal 24 215 267 131 27 0 34 303 120 50
Binary 10100 10001101 10110111 1011001 10111 0 11100 11000011 1010000 101000

Color Harmonies of #148DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148DB7

Black with #148DB7

Text Example


Text Example

White with #148DB7

Text Example


Text Example

HTML Codes & Css Web 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>