#1F6678

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

Shades of Allports #1F6678

Tints of Allports #1F6678

Color information

#1F6678 (or 0x1F6678) is unknown color: approx Allports. HEX triplet: 1F, 66 and 78. RGB value is (31,102,120). Sum of RGB (Red+Green+Blue) = 31+102+120=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F6678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6678 is #E09987. Grayscale: #525252. Windows color (decimal): -14719368 or 7890463. OLE color: 7890463.

HSL color Cylindrical-coordinate representation of color #1F6678: hue angle of 192.13º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F6678 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB31102120-
CMYK0.740.1500.53
HSL192.13º58.94%29.61%-
HSV(B)192.13º74.17%47.06%-
XYZ8.7111.1519.46-
YUV82.82148.9891.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.25%
GREEN value IS 102 (40.23% from 255) = 40.32%
BLUE value IS 120 (47.27% from 255) = 47.43%
R=12.25%
G=40.32%
B=47.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal311021200.740.1500.53192.1358.9429.61
Hex1F66784AF035c03b1e
Octal37146170112170653007336
Binary11111110011011110001001010111101101011100000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,102,120); }

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

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

 a { background-color: rgb(31,102,120); }

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

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

 span { border-color: rgb(31,102,120); }

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