Html Css Color HEX #1593BA Pelorous

📋 copy color: '#1593BA'

red 21 ◦ green 147 ◦ blue 186

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

Shades of Pelorous #1593BA

Tints of Pelorous #1593BA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.53%

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

R = 5.93%
G = 41.53%
B = 52.54%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1593BA (or 0x1593BA) is known color: Pelorous. HEX triplet: 15, 93 and BA. RGB value is (21,147,186). Sum of RGB (Red+Green+Blue) = 21+147+186=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #1593BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1593BA is #EA6C45. Grayscale: #717171. Windows color (decimal): -15363142 or 12227349. OLE color: 12227349.

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

Color convert

RGB 21 147 186 -
CMYK 0.89 0.21 0 0.27
HSL 194.18º 0.8% 0.41% -
HSV(B) 194.18º 0.89% 0.73% -
XYZ 19.61 24.57 50.16 -
YUV 113.77 168.76 61.83 -
System Red Green Blue C M Y K H S L
Decimal 21 147 186 0.89 0.21 0 0.27 194.18 0.8 0.41
Hex 15 93 BA 59 15 0 1B C2 50 29
Octal 25 223 272 131 25 0 33 302 120 51
Binary 10101 10010011 10111010 1011001 10101 0 11011 11000010 1010000 101001

Color Harmonies of #1593BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1593BA

Black with #1593BA

Text Example


Text Example

White with #1593BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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