Html Css Color HEX #149CBA Pelorous

📋 copy color: '#149CBA'

red 20 ◦ green 156 ◦ blue 186

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

Shades of Pelorous #149CBA

Tints of Pelorous #149CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.09%

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

R = 5.52%
G = 43.09%
B = 51.38%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#149CBA (or 0x149CBA) is known color: Pelorous. HEX triplet: 14, 9C and BA. RGB value is (20,156,186). Sum of RGB (Red+Green+Blue) = 20+156+186=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #149CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149CBA is #EB6345. Grayscale: #767676. Windows color (decimal): -15426374 or 12229652. OLE color: 12229652.

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

Color convert

RGB 20 156 186 -
CMYK 0.89 0.16 0 0.27
HSL 190.84º 0.81% 0.4% -
HSV(B) 190.84º 0.89% 0.73% -
XYZ 21.04 27.47 50.65 -
YUV 118.76 165.94 57.56 -
System Red Green Blue C M Y K H S L
Decimal 20 156 186 0.89 0.16 0 0.27 190.84 0.81 0.4
Hex 14 9C BA 59 10 0 1B BF 51 28
Octal 24 234 272 131 20 0 33 277 121 50
Binary 10100 10011100 10111010 1011001 10000 0 11011 10111111 1010001 101000

Color Harmonies of #149CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149CBA

Black with #149CBA

Text Example


Text Example

White with #149CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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