Html Css Color HEX #1590BB Pelorous

📋 copy color: '#1590BB'

red 21 ◦ green 144 ◦ blue 187

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

Shades of Pelorous #1590BB

Tints of Pelorous #1590BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.13%

R = 5.97%
G = 40.91%
B = 53.13%

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

#1590BB (or 0x1590BB) is known color: Pelorous. HEX triplet: 15, 90 and BB. RGB value is (21,144,187). Sum of RGB (Red+Green+Blue) = 21+144+187=352 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.97% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #1590BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1590BB is #EA6F44. Grayscale: #6F6F6F. Windows color (decimal): -15363909 or 12292117. OLE color: 12292117.

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

Color convert

RGB 21 144 187 -
CMYK 0.89 0.23 0 0.27
HSL 195.54º 0.8% 0.41% -
HSV(B) 195.54º 0.89% 0.73% -
XYZ 19.25 23.69 50.57 -
YUV 112.13 170.25 63 -
System Red Green Blue C M Y K H S L
Decimal 21 144 187 0.89 0.23 0 0.27 195.54 0.8 0.41
Hex 15 90 BB 59 17 0 1B C4 50 29
Octal 25 220 273 131 27 0 33 304 120 51
Binary 10101 10010000 10111011 1011001 10111 0 11011 11000100 1010000 101001

Color Harmonies of #1590BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1590BB

Black with #1590BB

Text Example


Text Example

White with #1590BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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