#1F94B7

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

Shades of Pelorous #1F94B7

Tints of Pelorous #1F94B7

Color information

#1F94B7 (or 0x1F94B7) is unknown color: approx Pelorous. HEX triplet: 1F, 94 and B7. RGB value is (31,148,183). Sum of RGB (Red+Green+Blue) = 31+148+183=362 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.56% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 183 (71.88% from 255 or 50.55% from 362); Max value from RGB is 183 - color contains mainly: blue. Hex color #1F94B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F94B7 is #E06B48. Grayscale: #747474. Windows color (decimal): -14707529 or 12031007. OLE color: 12031007.

HSL color Cylindrical-coordinate representation of color #1F94B7: hue angle of 193.82º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F94B7 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB31148183-
CMYK0.830.1900.28
HSL193.82º71.03%41.96%-
HSV(B)193.82º83.06%71.76%-
XYZ19.724.8948.57-
YUV117.01165.2466.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.56%
GREEN value IS 148 (58.20% from 255) = 40.88%
BLUE value IS 183 (71.88% from 255) = 50.55%
R=8.56%
G=40.88%
B=50.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal311481830.830.1900.28193.8271.0341.96
Hex1F94B7531301Cc2472a
Octal372242671232303430210752
Binary111111001010010110111101001110011011100110000101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F94B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,148,183); }

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

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

 a { background-color: rgb(31,148,183); }

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

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

 span { border-color: rgb(31,148,183); }

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