#1F65D1

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

Shades of Denim #1F65D1

Tints of Denim #1F65D1

Color information

#1F65D1 (or 0x1F65D1) is unknown color: approx Denim. HEX triplet: 1F, 65 and D1. RGB value is (31,101,209). Sum of RGB (Red+Green+Blue) = 31+101+209=341 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.09% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 209 (82.03% from 255 or 61.29% from 341); Max value from RGB is 209 - color contains mainly: blue. Hex color #1F65D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F65D1 is #E09A2E. Grayscale: #5B5B5B. Windows color (decimal): -14719535 or 13722911. OLE color: 13722911.

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

Color convert

RGB31101209-
CMYK0.850.5200.18
HSL216.4º74.17%47.06%-
HSV(B)216.4º85.17%81.96%-
XYZ16.7314.262.18-
YUV92.38193.8184.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.09%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 209 (82.03% from 255) = 61.29%
R=9.09%
G=29.62%
B=61.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal311012090.850.5200.18216.474.1747.06
Hex1F65D15534012d84a2f
Octal371453211256402233011257
Binary111111100101110100011010101110100010010110110001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F65D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,101,209); }

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

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

 a { background-color: rgb(31,101,209); }

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

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

 span { border-color: rgb(31,101,209); }

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