#1992b7

Color #1992B7 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1992B7

Tints of Pelorous #1992B7

Color information

#1992B7 (or 0x1992B7) is unknown color: approx Pelorous. HEX triplet: 19, 92 and B7. RGB value is (25,146,183). Sum of RGB (Red+Green+Blue) = 25+146+183=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 183 (71.88% from 255 or 51.69% from 354); Max value from RGB is 183 - color contains mainly: blue. Hex color #1992B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1992B7 is #E66D48. Grayscale: #717171. Windows color (decimal): -15101257 or 12030489. OLE color: 12030489.

HSL color Cylindrical-coordinate representation of color #1992B7: hue angle of 194.05º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1992B7 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB25146183-
CMYK0.860.2000.28
HSL194.05º75.96%40.78%-
HSV(B)194.05º86.34%71.76%-
XYZ19.2324.1848.45-
YUV114.04166.9164.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.06%
GREEN value IS 146 (57.42% from 255) = 41.24%
BLUE value IS 183 (71.88% from 255) = 51.69%
R=7.06%
G=41.24%
B=51.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal251461830.860.2000.28194.0575.9640.78
Hex1992B7561401Cc24c29
Octal312222671262403430211451
Binary110011001001010110111101011010100011100110000101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1992b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1992b7; }

 p { color: rgb(25,146,183); }

 H1.HeaderClassName
 {
   color: #1992b7;
 }
 .AnyTagClassName
 {
   color: #1992b7;
 }
</style>
background-color css

<style>
 a { background-color: #1992b7; }

 a { background-color: rgb(25,146,183); }

 div.DivClassName
 {
   background-color: #1992b7;
 }
 .BgClassName
 {
   background-color: #1992b7;
 }
</style>
border-color css

<style>
 span { border-color: #1992b7; }

 span { border-color: rgb(25,146,183); }

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