#1051CF

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

Shades of Denim #1051CF

Tints of Denim #1051CF

Color information

#1051CF (or 0x1051CF) is unknown color: approx Denim. HEX triplet: 10, 51 and CF. RGB value is (16,81,207). Sum of RGB (Red+Green+Blue) = 16+81+207=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #1051CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1051CF is #EFAE30. Grayscale: #4B4B4B. Windows color (decimal): -15707697 or 13586704. OLE color: 13586704.

HSL color Cylindrical-coordinate representation of color #1051CF: hue angle of 219.58º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1051CF is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1681207-
CMYK0.920.6100.19
HSL219.58º85.65%43.73%-
HSV(B)219.58º92.27%81.18%-
XYZ14.4210.560.3-
YUV75.93201.9785.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.26%
GREEN value IS 81 (32.03% from 255) = 26.64%
BLUE value IS 207 (81.25% from 255) = 68.09%
R=5.26%
G=26.64%
B=68.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal16812070.920.6100.19219.5885.6543.73
Hex1051CF5C3D013dc562c
Octal201213171347502333412654
Binary100001010001110011111011100111101010011110111001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1051CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,81,207); }

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

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

 a { background-color: rgb(16,81,207); }

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

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

 span { border-color: rgb(16,81,207); }

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