#1670CF

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

Shades of Denim #1670CF

Tints of Denim #1670CF

Color information

#1670CF (or 0x1670CF) is unknown color: approx Denim. HEX triplet: 16, 70 and CF. RGB value is (22,112,207). Sum of RGB (Red+Green+Blue) = 22+112+207=341 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.45% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #1670CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1670CF is #E98F30. Grayscale: #5F5F5F. Windows color (decimal): -15306545 or 13594646. OLE color: 13594646.

HSL color Cylindrical-coordinate representation of color #1670CF: hue angle of 210.81º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1670CF is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB22112207-
CMYK0.890.4600.19
HSL210.81º80.79%44.9%-
HSV(B)210.81º89.37%81.18%-
XYZ17.3916.2661.25-
YUV95.92190.6875.28-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.45%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 207 (81.25% from 255) = 60.70%
R=6.45%
G=32.84%
B=60.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal221122070.890.4600.19210.8180.7944.9
Hex1670CF592E013d3512d
Octal261603171315602332312155
Binary101101110000110011111011001101110010011110100111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1670CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1670CF; }

 p { color: rgb(22,112,207); }

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

<style>
 a { background-color: #1670CF; }

 a { background-color: rgb(22,112,207); }

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

<style>
 span { border-color: #1670CF; }

 span { border-color: rgb(22,112,207); }

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