#1F65BE

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

Shades of Denim #1F65BE

Tints of Denim #1F65BE

Color information

#1F65BE (or 0x1F65BE) is unknown color: approx Denim. HEX triplet: 1F, 65 and BE. RGB value is (31,101,190). Sum of RGB (Red+Green+Blue) = 31+101+190=322 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.63% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F65BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F65BE is #E09A41. Grayscale: #595959. Windows color (decimal): -14719554 or 12477727. OLE color: 12477727.

HSL color Cylindrical-coordinate representation of color #1F65BE: hue angle of 213.58º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F65BE is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB31101190-
CMYK0.840.4700.25
HSL213.58º71.95%43.33%-
HSV(B)213.58º83.68%74.51%-
XYZ14.5113.3250.52-
YUV90.22184.3185.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.63%
GREEN value IS 101 (39.84% from 255) = 31.37%
BLUE value IS 190 (74.61% from 255) = 59.01%
R=9.63%
G=31.37%
B=59.01%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal311011900.840.4700.25213.5871.9543.33
Hex1F65BE542F019d6482b
Octal371452761245703132611053
Binary111111100101101111101010100101111011001110101101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F65BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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