#1F63C3

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

Shades of Denim #1F63C3

Tints of Denim #1F63C3

Color information

#1F63C3 (or 0x1F63C3) is unknown color: approx Denim. HEX triplet: 1F, 63 and C3. RGB value is (31,99,195). Sum of RGB (Red+Green+Blue) = 31+99+195=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 195 (76.56% from 255 or 60% from 325); Max value from RGB is 195 - color contains mainly: blue. Hex color #1F63C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F63C3 is #E09C3C. Grayscale: #595959. Windows color (decimal): -14720061 or 12804895. OLE color: 12804895.

HSL color Cylindrical-coordinate representation of color #1F63C3: hue angle of 215.12º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F63C3 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3199195-
CMYK0.840.4900.24
HSL215.12º72.57%44.31%-
HSV(B)215.12º84.1%76.47%-
XYZ14.8813.1653.38-
YUV89.61187.4786.19-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.54%
GREEN value IS 99 (39.06% from 255) = 30.46%
BLUE value IS 195 (76.56% from 255) = 60%
R=9.54%
G=30.46%
B=60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal31991950.840.4900.24215.1272.5744.31
Hex1F63C35431018d7492c
Octal371433031246103032711154
Binary111111100011110000111010100110001011000110101111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F63C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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