Html Css Color HEX #1592BA Pelorous

📋 copy color: '#1592BA'

red 21 ◦ green 146 ◦ blue 186

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

Shades of Pelorous #1592BA

Tints of Pelorous #1592BA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.36%

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

R = 5.95%
G = 41.36%
B = 52.69%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1592BA (or 0x1592BA) is known color: Pelorous. HEX triplet: 15, 92 and BA. RGB value is (21,146,186). Sum of RGB (Red+Green+Blue) = 21+146+186=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #1592BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1592BA is #EA6D45. Grayscale: #707070. Windows color (decimal): -15363398 or 12227093. OLE color: 12227093.

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

Color convert

RGB 21 146 186 -
CMYK 0.89 0.22 0 0.27
HSL 194.55º 0.8% 0.41% -
HSV(B) 194.55º 0.89% 0.73% -
XYZ 19.45 24.26 50.11 -
YUV 113.19 169.09 62.25 -
System Red Green Blue C M Y K H S L
Decimal 21 146 186 0.89 0.22 0 0.27 194.55 0.8 0.41
Hex 15 92 BA 59 16 0 1B C3 50 29
Octal 25 222 272 131 26 0 33 303 120 51
Binary 10101 10010010 10111010 1011001 10110 0 11011 11000011 1010000 101001

Color Harmonies of #1592BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1592BA

Black with #1592BA

Text Example


Text Example

White with #1592BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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