#1F70CB

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

Shades of Denim #1F70CB

Tints of Denim #1F70CB

Color information

#1F70CB (or 0x1F70CB) is unknown color: approx Denim. HEX triplet: 1F, 70 and CB. RGB value is (31,112,203). Sum of RGB (Red+Green+Blue) = 31+112+203=346 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.96% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F70CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F70CB is #E08F34. Grayscale: #616161. Windows color (decimal): -14716725 or 13332511. OLE color: 13332511.

HSL color Cylindrical-coordinate representation of color #1F70CB: hue angle of 211.74º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F70CB is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB31112203-
CMYK0.850.4500.20
HSL211.74º73.5%45.88%-
HSV(B)211.74º84.73%79.61%-
XYZ17.1416.1958.72-
YUV98.16187.1680.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.96%
GREEN value IS 112 (44.14% from 255) = 32.37%
BLUE value IS 203 (79.69% from 255) = 58.67%
R=8.96%
G=32.37%
B=58.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal311122030.850.4500.20211.7473.545.88
Hex1F70CB552D014d44a2e
Octal371603131255502432411256
Binary111111110000110010111010101101101010100110101001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F70CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,112,203); }

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

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

 a { background-color: rgb(31,112,203); }

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

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

 span { border-color: rgb(31,112,203); }

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