#1F7694

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

Shades of Allports #1F7694

Tints of Allports #1F7694

Color information

#1F7694 (or 0x1F7694) is unknown color: approx Allports. HEX triplet: 1F, 76 and 94. RGB value is (31,118,148). Sum of RGB (Red+Green+Blue) = 31+118+148=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #1F7694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7694 is #E0896B. Grayscale: #5F5F5F. Windows color (decimal): -14715244 or 9729567. OLE color: 9729567.

HSL color Cylindrical-coordinate representation of color #1F7694: hue angle of 195.38º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F7694 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB31118148-
CMYK0.790.2000.42
HSL195.38º65.36%35.1%-
HSV(B)195.38º79.05%58.04%-
XYZ12.3915.3930.33-
YUV95.41157.6882.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.44%
GREEN value IS 118 (46.48% from 255) = 39.73%
BLUE value IS 148 (58.20% from 255) = 49.83%
R=10.44%
G=39.73%
B=49.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal311181480.790.2000.42195.3865.3635.1
Hex1F76944F1402Ac34123
Octal371662241172405230310143
Binary111111110110100101001001111101000101010110000111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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