Html Css Color HEX #1594BE Pelorous

📋 copy color: '#1594BE'

red 21 ◦ green 148 ◦ blue 190

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

Shades of Pelorous #1594BE

Tints of Pelorous #1594BE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.23%

 BLUE value IS 190 (74.61% from 255) = 52.92%

R = 5.85%
G = 41.23%
B = 52.92%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1594BE (or 0x1594BE) is known color: Pelorous. HEX triplet: 15, 94 and BE. RGB value is (21,148,190). Sum of RGB (Red+Green+Blue) = 21+148+190=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #1594BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1594BE is #EA6B41. Grayscale: #727272. Windows color (decimal): -15362882 or 12489749. OLE color: 12489749.

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

Color convert

RGB 21 148 190 -
CMYK 0.89 0.22 0 0.25
HSL 194.91º 0.8% 0.41% -
HSV(B) 194.91º 0.89% 0.75% -
XYZ 20.19 25.06 52.49 -
YUV 114.82 170.42 61.08 -
System Red Green Blue C M Y K H S L
Decimal 21 148 190 0.89 0.22 0 0.25 194.91 0.8 0.41
Hex 15 94 BE 59 16 0 19 C3 50 29
Octal 25 224 276 131 26 0 31 303 120 51
Binary 10101 10010100 10111110 1011001 10110 0 11001 11000011 1010000 101001

Color Harmonies of #1594BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1594BE

Black with #1594BE

Text Example


Text Example

White with #1594BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1594BE; }

 p { color: rgb(21,148,190); }

 H1.HeaderClassName
 {
   color: #1594BE;
 }
 .AnyTagClassName
 {
   color: #1594BE;
 }
</style>

background-color css

<style>
 a { background-color: #1594BE; }

 a { background-color: rgb(21,148,190); }

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

border-color css

<style>
 span { border-color: #1594BE; }

 span { border-color: rgb(21,148,190); }

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