#1F72C6

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

Shades of Denim #1F72C6

Tints of Denim #1F72C6

Color information

#1F72C6 (or 0x1F72C6) is unknown color: approx Denim. HEX triplet: 1F, 72 and C6. RGB value is (31,114,198). Sum of RGB (Red+Green+Blue) = 31+114+198=343 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.04% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 198 (77.73% from 255 or 57.73% from 343); Max value from RGB is 198 - color contains mainly: blue. Hex color #1F72C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F72C6 is #E08D39. Grayscale: #626262. Windows color (decimal): -14716218 or 13005343. OLE color: 13005343.

HSL color Cylindrical-coordinate representation of color #1F72C6: hue angle of 210.18º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F72C6 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB31114198-
CMYK0.840.4200.22
HSL210.18º72.93%44.9%-
HSV(B)210.18º84.34%77.65%-
XYZ16.7816.455.71-
YUV98.7618479.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.04%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 198 (77.73% from 255) = 57.73%
R=9.04%
G=33.24%
B=57.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal311141980.840.4200.22210.1872.9344.9
Hex1F72C6542A016d2492d
Octal371623061245202632211155
Binary111111110010110001101010100101010010110110100101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F72C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,114,198); }

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

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

 a { background-color: rgb(31,114,198); }

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

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

 span { border-color: rgb(31,114,198); }

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