#1F75BD

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

Shades of Denim #1F75BD

Tints of Denim #1F75BD

Color information

#1F75BD (or 0x1F75BD) is unknown color: approx Denim. HEX triplet: 1F, 75 and BD. RGB value is (31,117,189). Sum of RGB (Red+Green+Blue) = 31+117+189=337 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.20% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #1F75BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F75BD is #E08A42. Grayscale: #636363. Windows color (decimal): -14715459 or 12416287. OLE color: 12416287.

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

Color convert

RGB31117189-
CMYK0.840.3800.26
HSL207.34º71.82%43.14%-
HSV(B)207.34º83.6%74.12%-
XYZ16.1116.6950.52-
YUV99.49178.5179.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.20%
GREEN value IS 117 (46.09% from 255) = 34.72%
BLUE value IS 189 (74.22% from 255) = 56.08%
R=9.20%
G=34.72%
B=56.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal311171890.840.3800.26207.3471.8243.14
Hex1F75BD542601Acf482b
Octal371652751244603231711053
Binary111111110101101111011010100100110011010110011111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F75BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,117,189); }

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

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

 a { background-color: rgb(31,117,189); }

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

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

 span { border-color: rgb(31,117,189); }

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