#1F65CE

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

Shades of Denim #1F65CE

Tints of Denim #1F65CE

Color information

#1F65CE (or 0x1F65CE) is unknown color: approx Denim. HEX triplet: 1F, 65 and CE. RGB value is (31,101,206). Sum of RGB (Red+Green+Blue) = 31+101+206=338 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.17% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F65CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F65CE is #E09A31. Grayscale: #5B5B5B. Windows color (decimal): -14719538 or 13526303. OLE color: 13526303.

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

Color convert

RGB31101206-
CMYK0.850.5100.19
HSL216º73.84%46.47%-
HSV(B)216º84.95%80.78%-
XYZ16.3614.0560.24-
YUV92.04192.3184.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.17%
GREEN value IS 101 (39.84% from 255) = 29.88%
BLUE value IS 206 (80.86% from 255) = 60.95%
R=9.17%
G=29.88%
B=60.95%

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
Decimal311012060.850.5100.1921673.8446.47
Hex1F65CE5533013d84a2e
Octal371453161256302333011256
Binary111111100101110011101010101110011010011110110001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F65CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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