Html Css Color HEX #1593BC Pelorous

📋 copy color: '#1593BC'

red 21 ◦ green 147 ◦ blue 188

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

Shades of Pelorous #1593BC

Tints of Pelorous #1593BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.81%

R = 5.9%
G = 41.29%
B = 52.81%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1593BC (or 0x1593BC) is known color: Pelorous. HEX triplet: 15, 93 and BC. RGB value is (21,147,188). Sum of RGB (Red+Green+Blue) = 21+147+188=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #1593BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1593BC is #EA6C43. Grayscale: #717171. Windows color (decimal): -15363140 or 12358421. OLE color: 12358421.

HSL color Cylindrical-coordinate representation of color #1593BC: hue angle of 194.73º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1593BC is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 147 188 -
CMYK 0.89 0.22 0 0.26
HSL 194.73º 0.8% 0.41% -
HSV(B) 194.73º 0.89% 0.74% -
XYZ 19.82 24.66 51.29 -
YUV 114 169.76 61.67 -
System Red Green Blue C M Y K H S L
Decimal 21 147 188 0.89 0.22 0 0.26 194.73 0.8 0.41
Hex 15 93 BC 59 16 0 1A C3 50 29
Octal 25 223 274 131 26 0 32 303 120 51
Binary 10101 10010011 10111100 1011001 10110 0 11010 11000011 1010000 101001

Color Harmonies of #1593BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1593BC

Black with #1593BC

Text Example


Text Example

White with #1593BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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