Html Css Color HEX #148FB4 Pelorous

📋 copy color: '#148FB4'

red 20 ◦ green 143 ◦ blue 180

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

Shades of Pelorous #148FB4

Tints of Pelorous #148FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 52.48%

R = 5.83%
G = 41.69%
B = 52.48%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#148FB4 (or 0x148FB4) is known color: Pelorous. HEX triplet: 14, 8F and B4. RGB value is (20,143,180). Sum of RGB (Red+Green+Blue) = 20+143+180=343 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.83% from 343); Green value is 143 (56.25% from 255 or 41.69% from 343); Blue value is 180 (70.70% from 255 or 52.48% from 343); Max value from RGB is 180 - color contains mainly: blue. Hex color #148FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148FB4 is #EB704B. Grayscale: #6E6E6E. Windows color (decimal): -15429708 or 11833108. OLE color: 11833108.

HSL color Cylindrical-coordinate representation of color #148FB4: hue angle of 193.88º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #148FB4 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 143 180 -
CMYK 0.89 0.21 0 0.29
HSL 193.88º 0.8% 0.39% -
HSV(B) 193.88º 0.89% 0.71% -
XYZ 18.35 23.09 46.67 -
YUV 110.44 167.25 63.49 -
System Red Green Blue C M Y K H S L
Decimal 20 143 180 0.89 0.21 0 0.29 193.88 0.8 0.39
Hex 14 8F B4 59 15 0 1D C2 50 27
Octal 24 217 264 131 25 0 35 302 120 47
Binary 10100 10001111 10110100 1011001 10101 0 11101 11000010 1010000 100111

Color Harmonies of #148FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148FB4

Black with #148FB4

Text Example


Text Example

White with #148FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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