#1F63CE

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

Shades of Denim #1F63CE

Tints of Denim #1F63CE

Color information

#1F63CE (or 0x1F63CE) is unknown color: approx Denim. HEX triplet: 1F, 63 and CE. RGB value is (31,99,206). Sum of RGB (Red+Green+Blue) = 31+99+206=336 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.23% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F63CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F63CE is #E09C31. Grayscale: #5A5A5A. Windows color (decimal): -14720050 or 13525791. OLE color: 13525791.

HSL color Cylindrical-coordinate representation of color #1F63CE: hue angle of 216.69º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F63CE is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3199206-
CMYK0.850.5200.19
HSL216.69º73.84%46.47%-
HSV(B)216.69º84.95%80.78%-
XYZ16.1713.6760.18-
YUV90.87192.9785.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.23%
GREEN value IS 99 (39.06% from 255) = 29.46%
BLUE value IS 206 (80.86% from 255) = 61.31%
R=9.23%
G=29.46%
B=61.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal31992060.850.5200.19216.6973.8446.47
Hex1F63CE5534013d94a2e
Octal371433161256402333111256
Binary111111100011110011101010101110100010011110110011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F63CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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