Html Css Color HEX #1595BD Pelorous

📋 copy color: '#1595BD'

red 21 ◦ green 149 ◦ blue 189

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

Shades of Pelorous #1595BD

Tints of Pelorous #1595BD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.5%

 BLUE value IS 189 (74.22% from 255) = 52.65%

R = 5.85%
G = 41.5%
B = 52.65%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1595BD (or 0x1595BD) is known color: Pelorous. HEX triplet: 15, 95 and BD. RGB value is (21,149,189). Sum of RGB (Red+Green+Blue) = 21+149+189=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #1595BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1595BD is #EA6A42. Grayscale: #737373. Windows color (decimal): -15362627 or 12424469. OLE color: 12424469.

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

Color convert

RGB 21 149 189 -
CMYK 0.89 0.21 0 0.26
HSL 194.29º 0.8% 0.41% -
HSV(B) 194.29º 0.89% 0.74% -
XYZ 20.24 25.33 51.97 -
YUV 115.29 169.59 60.75 -
System Red Green Blue C M Y K H S L
Decimal 21 149 189 0.89 0.21 0 0.26 194.29 0.8 0.41
Hex 15 95 BD 59 15 0 1A C2 50 29
Octal 25 225 275 131 25 0 32 302 120 51
Binary 10101 10010101 10111101 1011001 10101 0 11010 11000010 1010000 101001

Color Harmonies of #1595BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1595BD

Black with #1595BD

Text Example


Text Example

White with #1595BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1595BD; }

 p { color: rgb(21,149,189); }

 H1.HeaderClassName
 {
   color: #1595BD;
 }
 .AnyTagClassName
 {
   color: #1595BD;
 }
</style>

background-color css

<style>
 a { background-color: #1595BD; }

 a { background-color: rgb(21,149,189); }

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

border-color css

<style>
 span { border-color: #1595BD; }

 span { border-color: rgb(21,149,189); }

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