Html Css Color HEX #1592BC Pelorous

📋 copy color: '#1592BC'

red 21 ◦ green 146 ◦ blue 188

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

Shades of Pelorous #1592BC

Tints of Pelorous #1592BC

RGB

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

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

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

R = 5.92%
G = 41.13%
B = 52.96%

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

#1592BC (or 0x1592BC) is known color: Pelorous. HEX triplet: 15, 92 and BC. RGB value is (21,146,188). Sum of RGB (Red+Green+Blue) = 21+146+188=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #1592BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1592BC is #EA6D43. Grayscale: #717171. Windows color (decimal): -15363396 or 12358165. OLE color: 12358165.

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

Color convert

RGB 21 146 188 -
CMYK 0.89 0.22 0 0.26
HSL 195.09º 0.8% 0.41% -
HSV(B) 195.09º 0.89% 0.74% -
XYZ 19.67 24.35 51.24 -
YUV 113.41 170.09 62.08 -
System Red Green Blue C M Y K H S L
Decimal 21 146 188 0.89 0.22 0 0.26 195.09 0.8 0.41
Hex 15 92 BC 59 16 0 1A C3 50 29
Octal 25 222 274 131 26 0 32 303 120 51
Binary 10101 10010010 10111100 1011001 10110 0 11010 11000011 1010000 101001

Color Harmonies of #1592BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1592BC

Black with #1592BC

Text Example


Text Example

White with #1592BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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