#1F92C0

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

Shades of Pelorous #1F92C0

Tints of Pelorous #1F92C0

Color information

#1F92C0 (or 0x1F92C0) is unknown color: approx Pelorous. HEX triplet: 1F, 92 and C0. RGB value is (31,146,192). Sum of RGB (Red+Green+Blue) = 31+146+192=369 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.40% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #1F92C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F92C0 is #E06D3F. Grayscale: #747474. Windows color (decimal): -14708032 or 12620319. OLE color: 12620319.

HSL color Cylindrical-coordinate representation of color #1F92C0: hue angle of 197.14º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F92C0 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB31146192-
CMYK0.840.2400.25
HSL197.14º72.2%43.73%-
HSV(B)197.14º83.85%75.29%-
XYZ20.3624.6553.56-
YUV116.86170.466.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.40%
GREEN value IS 146 (57.42% from 255) = 39.57%
BLUE value IS 192 (75.39% from 255) = 52.03%
R=8.40%
G=39.57%
B=52.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal311461920.840.2400.25197.1472.243.73
Hex1F92C05418019c5482c
Octal372223001243003130511054
Binary111111001001011000000101010011000011001110001011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F92C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F92C0; }

 p { color: rgb(31,146,192); }

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

<style>
 a { background-color: #1F92C0; }

 a { background-color: rgb(31,146,192); }

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

<style>
 span { border-color: #1F92C0; }

 span { border-color: rgb(31,146,192); }

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