Html Css Color HEX #1592AC Pelorous

📋 copy color: '#1592AC'

red 21 ◦ green 146 ◦ blue 172

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

Shades of Pelorous #1592AC

Tints of Pelorous #1592AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 6.19%
G = 43.07%
B = 50.74%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1592AC (or 0x1592AC) is known color: Pelorous. HEX triplet: 15, 92 and AC. RGB value is (21,146,172). Sum of RGB (Red+Green+Blue) = 21+146+172=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #1592AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1592AC is #EA6D53. Grayscale: #6F6F6F. Windows color (decimal): -15363412 or 11309589. OLE color: 11309589.

HSL color Cylindrical-coordinate representation of color #1592AC: hue angle of 190.33º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1592AC is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 146 172 -
CMYK 0.88 0.15 0 0.33
HSL 190.33º 0.78% 0.38% -
HSV(B) 190.33º 0.88% 0.67% -
XYZ 18.03 23.7 42.65 -
YUV 111.59 162.09 63.39 -
System Red Green Blue C M Y K H S L
Decimal 21 146 172 0.88 0.15 0 0.33 190.33 0.78 0.38
Hex 15 92 AC 58 F 0 21 BE 4E 26
Octal 25 222 254 130 17 0 41 276 116 46
Binary 10101 10010010 10101100 1011000 1111 0 100001 10111110 1001110 100110

Color Harmonies of #1592AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1592AC

Black with #1592AC

Text Example


Text Example

White with #1592AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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