#1D5CCF

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

Shades of Denim #1D5CCF

Tints of Denim #1D5CCF

Color information

#1D5CCF (or 0x1D5CCF) is unknown color: approx Denim. HEX triplet: 1D, 5C and CF. RGB value is (29,92,207). Sum of RGB (Red+Green+Blue) = 29+92+207=328 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.84% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D5CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5CCF is #E2A330. Grayscale: #555555. Windows color (decimal): -14852913 or 13589533. OLE color: 13589533.

HSL color Cylindrical-coordinate representation of color #1D5CCF: hue angle of 218.76º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D5CCF is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2992207-
CMYK0.860.5600.19
HSL218.76º75.42%46.27%-
HSV(B)218.76º85.99%81.18%-
XYZ15.612.4260.61-
YUV86.27196.1387.15-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.84%
GREEN value IS 92 (36.33% from 255) = 28.05%
BLUE value IS 207 (81.25% from 255) = 63.11%
R=8.84%
G=28.05%
B=63.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal29922070.860.5600.19218.7675.4246.27
Hex1D5CCF5638013db4b2e
Octal351343171267002333311356
Binary111011011100110011111010110111000010011110110111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,92,207); }

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

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

 a { background-color: rgb(29,92,207); }

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

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

 span { border-color: rgb(29,92,207); }

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