#1f5dbf

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

Shades of Denim #1F5DBF

Tints of Denim #1F5DBF

Color information

#1F5DBF (or 0x1F5DBF) is unknown color: approx Denim. HEX triplet: 1F, 5D and BF. RGB value is (31,93,191). Sum of RGB (Red+Green+Blue) = 31+93+191=315 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.84% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 191 (75% from 255 or 60.63% from 315); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F5DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5DBF is #E0A240. Grayscale: #555555. Windows color (decimal): -14721601 or 12541215. OLE color: 12541215.

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

Color convert

RGB3193191-
CMYK0.840.5100.25
HSL216.75º72.07%43.53%-
HSV(B)216.75º83.77%74.9%-
XYZ13.8811.8850.85-
YUV85.63187.4689.03-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.84%
GREEN value IS 93 (36.72% from 255) = 29.52%
BLUE value IS 191 (75% from 255) = 60.63%
R=9.84%
G=29.52%
B=60.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31931910.840.5100.25216.7572.0743.53
Hex1F5DBF5433019d9482c
Octal371352771246303133111054
Binary111111011101101111111010100110011011001110110011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f5dbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,93,191); }

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

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

 a { background-color: rgb(31,93,191); }

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

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

 span { border-color: rgb(31,93,191); }

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