#1F91C4

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

Shades of Pelorous #1F91C4

Tints of Pelorous #1F91C4

Color information

#1F91C4 (or 0x1F91C4) is unknown color: approx Pelorous. HEX triplet: 1F, 91 and C4. RGB value is (31,145,196). Sum of RGB (Red+Green+Blue) = 31+145+196=372 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.33% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 196 (76.95% from 255 or 52.69% from 372); Max value from RGB is 196 - color contains mainly: blue. Hex color #1F91C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F91C4 is #E06E3B. Grayscale: #747474. Windows color (decimal): -14708284 or 12882207. OLE color: 12882207.

HSL color Cylindrical-coordinate representation of color #1F91C4: hue angle of 198.55º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F91C4 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB31145196-
CMYK0.840.2600.23
HSL198.55º72.69%44.51%-
HSV(B)198.55º84.18%76.86%-
XYZ20.6524.5355.87-
YUV116.73172.7366.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.33%
GREEN value IS 145 (57.03% from 255) = 38.98%
BLUE value IS 196 (76.95% from 255) = 52.69%
R=8.33%
G=38.98%
B=52.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal311451960.840.2600.23198.5572.6944.51
Hex1F91C4541A017c7492d
Octal372213041243202730711155
Binary111111001000111000100101010011010010111110001111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F91C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,145,196); }

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

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

 a { background-color: rgb(31,145,196); }

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

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

 span { border-color: rgb(31,145,196); }

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