Html Css Color HEX #149FBA Pelorous

📋 copy color: '#149FBA'

red 20 ◦ green 159 ◦ blue 186

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

Shades of Pelorous #149FBA

Tints of Pelorous #149FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.56%

 BLUE value IS 186 (73.05% from 255) = 50.96%

R = 5.48%
G = 43.56%
B = 50.96%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#149FBA (or 0x149FBA) is known color: Pelorous. HEX triplet: 14, 9F and BA. RGB value is (20,159,186). Sum of RGB (Red+Green+Blue) = 20+159+186=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #149FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149FBA is #EB6045. Grayscale: #787878. Windows color (decimal): -15425606 or 12230420. OLE color: 12230420.

HSL color Cylindrical-coordinate representation of color #149FBA: hue angle of 189.76º degrees, saturation: 0.81, 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 #149FBA is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 159 186 -
CMYK 0.89 0.15 0 0.27
HSL 189.76º 0.81% 0.4% -
HSV(B) 189.76º 0.89% 0.73% -
XYZ 21.55 28.49 50.82 -
YUV 120.52 164.95 56.3 -
System Red Green Blue C M Y K H S L
Decimal 20 159 186 0.89 0.15 0 0.27 189.76 0.81 0.4
Hex 14 9F BA 59 F 0 1B BE 51 28
Octal 24 237 272 131 17 0 33 276 121 50
Binary 10100 10011111 10111010 1011001 1111 0 11011 10111110 1010001 101000

Color Harmonies of #149FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149FBA

Black with #149FBA

Text Example


Text Example

White with #149FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149FBA; }

 p { color: rgb(20,159,186); }

 H1.HeaderClassName
 {
   color: #149FBA;
 }
 .AnyTagClassName
 {
   color: #149FBA;
 }
</style>

background-color css

<style>
 a { background-color: #149FBA; }

 a { background-color: rgb(20,159,186); }

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

border-color css

<style>
 span { border-color: #149FBA; }

 span { border-color: rgb(20,159,186); }

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