Html Css Color HEX #148FB9 Pelorous

📋 copy color: '#148FB9'

red 20 ◦ green 143 ◦ blue 185

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

Shades of Pelorous #148FB9

Tints of Pelorous #148FB9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.09%

 BLUE value IS 185 (72.66% from 255) = 53.16%

R = 5.75%
G = 41.09%
B = 53.16%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#148FB9 (or 0x148FB9) is known color: Pelorous. HEX triplet: 14, 8F and B9. RGB value is (20,143,185). Sum of RGB (Red+Green+Blue) = 20+143+185=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 185 (72.66% from 255 or 53.16% from 348); Max value from RGB is 185 - color contains mainly: blue. Hex color #148FB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148FB9 is #EB7046. Grayscale: #6E6E6E. Windows color (decimal): -15429703 or 12160788. OLE color: 12160788.

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

Color convert

RGB 20 143 185 -
CMYK 0.89 0.23 0 0.27
HSL 195.27º 0.8% 0.4% -
HSV(B) 195.27º 0.89% 0.73% -
XYZ 18.87 23.3 49.4 -
YUV 111.01 169.75 63.08 -
System Red Green Blue C M Y K H S L
Decimal 20 143 185 0.89 0.23 0 0.27 195.27 0.8 0.4
Hex 14 8F B9 59 17 0 1B C3 50 28
Octal 24 217 271 131 27 0 33 303 120 50
Binary 10100 10001111 10111001 1011001 10111 0 11011 11000011 1010000 101000

Color Harmonies of #148FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148FB9

Black with #148FB9

Text Example


Text Example

White with #148FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,143,185); }

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

background-color css

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

 a { background-color: rgb(20,143,185); }

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

border-color css

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

 span { border-color: rgb(20,143,185); }

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