#1F64CE

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

Shades of Denim #1F64CE

Tints of Denim #1F64CE

Color information

#1F64CE (or 0x1F64CE) is unknown color: approx Denim. HEX triplet: 1F, 64 and CE. RGB value is (31,100,206). Sum of RGB (Red+Green+Blue) = 31+100+206=337 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.20% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F64CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F64CE is #E09B31. Grayscale: #5A5A5A. Windows color (decimal): -14719794 or 13526047. OLE color: 13526047.

HSL color Cylindrical-coordinate representation of color #1F64CE: hue angle of 216.34º 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 #1F64CE is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB31100206-
CMYK0.850.5100.19
HSL216.34º73.84%46.47%-
HSV(B)216.34º84.95%80.78%-
XYZ16.2613.8660.21-
YUV91.45192.6484.88-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.20%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 206 (80.86% from 255) = 61.13%
R=9.20%
G=29.67%
B=61.13%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal311002060.850.5100.19216.3473.8446.47
Hex1F64CE5533013d84a2e
Octal371443161256302333011256
Binary111111100100110011101010101110011010011110110001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F64CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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