Html Css Color HEX #1590BA Pelorous

📋 copy color: '#1590BA'

red 21 ◦ green 144 ◦ blue 186

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

Shades of Pelorous #1590BA

Tints of Pelorous #1590BA

RGB

 RED value IS 21 (8.59% from 255) = 5.98%

 GREEN value IS 144 (56.64% from 255) = 41.03%

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

R = 5.98%
G = 41.03%
B = 52.99%

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

#1590BA (or 0x1590BA) is known color: Pelorous. HEX triplet: 15, 90 and BA. RGB value is (21,144,186). Sum of RGB (Red+Green+Blue) = 21+144+186=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #1590BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1590BA is #EA6F45. Grayscale: #6F6F6F. Windows color (decimal): -15363910 or 12226581. OLE color: 12226581.

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

Color convert

RGB 21 144 186 -
CMYK 0.89 0.23 0 0.27
HSL 195.27º 0.8% 0.41% -
HSV(B) 195.27º 0.89% 0.73% -
XYZ 19.15 23.65 50.01 -
YUV 112.01 169.75 63.08 -
System Red Green Blue C M Y K H S L
Decimal 21 144 186 0.89 0.23 0 0.27 195.27 0.8 0.41
Hex 15 90 BA 59 17 0 1B C3 50 29
Octal 25 220 272 131 27 0 33 303 120 51
Binary 10101 10010000 10111010 1011001 10111 0 11011 11000011 1010000 101001

Color Harmonies of #1590BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1590BA

Black with #1590BA

Text Example


Text Example

White with #1590BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1590BA; }

 p { color: rgb(21,144,186); }

 H1.HeaderClassName
 {
   color: #1590BA;
 }
 .AnyTagClassName
 {
   color: #1590BA;
 }
</style>

background-color css

<style>
 a { background-color: #1590BA; }

 a { background-color: rgb(21,144,186); }

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

border-color css

<style>
 span { border-color: #1590BA; }

 span { border-color: rgb(21,144,186); }

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