#1D63C4

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

Shades of Denim #1D63C4

Tints of Denim #1D63C4

Color information

#1D63C4 (or 0x1D63C4) is unknown color: approx Denim. HEX triplet: 1D, 63 and C4. RGB value is (29,99,196). Sum of RGB (Red+Green+Blue) = 29+99+196=324 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.95% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 196 (76.95% from 255 or 60.49% from 324); Max value from RGB is 196 - color contains mainly: blue. Hex color #1D63C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D63C4 is #E29C3B. Grayscale: #585858. Windows color (decimal): -14851132 or 12870429. OLE color: 12870429.

HSL color Cylindrical-coordinate representation of color #1D63C4: hue angle of 214.85º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D63C4 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB2999196-
CMYK0.850.4900.23
HSL214.85º74.22%44.12%-
HSV(B)214.85º85.2%76.86%-
XYZ14.9313.1753.98-
YUV89.13188.3185.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.95%
GREEN value IS 99 (39.06% from 255) = 30.56%
BLUE value IS 196 (76.95% from 255) = 60.49%
R=8.95%
G=30.56%
B=60.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal29991960.850.4900.23214.8574.2244.12
Hex1D63C45531017d74a2c
Octal351433041256102732711254
Binary111011100011110001001010101110001010111110101111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D63C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,99,196); }

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

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

 a { background-color: rgb(29,99,196); }

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

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

 span { border-color: rgb(29,99,196); }

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