#1F63B4

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

Shades of Denim #1F63B4

Tints of Denim #1F63B4

Color information

#1F63B4 (or 0x1F63B4) is unknown color: approx Denim. HEX triplet: 1F, 63 and B4. RGB value is (31,99,180). Sum of RGB (Red+Green+Blue) = 31+99+180=310 (41% of max value = 765). Red value is 31 (12.5% from 255 or 10% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 180 (70.70% from 255 or 58.06% from 310); Max value from RGB is 180 - color contains mainly: blue. Hex color #1F63B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F63B4 is #E09C4B. Grayscale: #575757. Windows color (decimal): -14720076 or 11821855. OLE color: 11821855.

HSL color Cylindrical-coordinate representation of color #1F63B4: hue angle of 212.62º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F63B4 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3199180-
CMYK0.830.4500.29
HSL212.62º70.62%41.37%-
HSV(B)212.62º82.78%70.59%-
XYZ13.2712.5144.9-
YUV87.9179.9787.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10%
GREEN value IS 99 (39.06% from 255) = 31.94%
BLUE value IS 180 (70.70% from 255) = 58.06%
R=10%
G=31.94%
B=58.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31991800.830.4500.29212.6270.6241.37
Hex1F63B4532D01Dd54729
Octal371432641235503532510751
Binary111111100011101101001010011101101011101110101011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F63B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,99,180); }

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

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

 a { background-color: rgb(31,99,180); }

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

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

 span { border-color: rgb(31,99,180); }

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