#1F7ACA

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

Shades of Denim #1F7ACA

Tints of Denim #1F7ACA

Color information

#1F7ACA (or 0x1F7ACA) is unknown color: approx Denim. HEX triplet: 1F, 7A and CA. RGB value is (31,122,202). Sum of RGB (Red+Green+Blue) = 31+122+202=355 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.73% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #1F7ACA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7ACA is #E08535. Grayscale: #676767. Windows color (decimal): -14714166 or 13269535. OLE color: 13269535.

HSL color Cylindrical-coordinate representation of color #1F7ACA: hue angle of 208.07º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F7ACA is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB31122202-
CMYK0.850.4000.21
HSL208.07º73.39%45.69%-
HSV(B)208.07º84.65%79.22%-
XYZ18.1918.4758.48-
YUV103.91183.3576-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.73%
GREEN value IS 122 (48.05% from 255) = 34.37%
BLUE value IS 202 (79.30% from 255) = 56.90%
R=8.73%
G=34.37%
B=56.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal311222020.850.4000.21208.0773.3945.69
Hex1F7ACA5528015d0492e
Octal371723121255002532011156
Binary111111111010110010101010101101000010101110100001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,122,202); }

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

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

 a { background-color: rgb(31,122,202); }

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

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

 span { border-color: rgb(31,122,202); }

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