#1F94BE

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

Shades of Pelorous #1F94BE

Tints of Pelorous #1F94BE

Color information

#1F94BE (or 0x1F94BE) is unknown color: approx Pelorous. HEX triplet: 1F, 94 and BE. RGB value is (31,148,190). Sum of RGB (Red+Green+Blue) = 31+148+190=369 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.40% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F94BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F94BE is #E06B41. Grayscale: #757575. Windows color (decimal): -14707522 or 12489759. OLE color: 12489759.

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

Color convert

RGB31148190-
CMYK0.840.2200.25
HSL195.85º71.95%43.33%-
HSV(B)195.85º83.68%74.51%-
XYZ20.4525.1952.5-
YUV117.8168.7466.08-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.40%
GREEN value IS 148 (58.20% from 255) = 40.11%
BLUE value IS 190 (74.61% from 255) = 51.49%
R=8.40%
G=40.11%
B=51.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal311481900.840.2200.25195.8571.9543.33
Hex1F94BE5416019c4482b
Octal372242761242603130411053
Binary111111001010010111110101010010110011001110001001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F94BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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