#1D62A7

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

Shades of Denim #1D62A7

Tints of Denim #1D62A7

Color information

#1D62A7 (or 0x1D62A7) is unknown color: approx Denim. HEX triplet: 1D, 62 and A7. RGB value is (29,98,167). Sum of RGB (Red+Green+Blue) = 29+98+167=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 167 (65.62% from 255 or 56.80% from 294); Max value from RGB is 167 - color contains mainly: blue. Hex color #1D62A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D62A7 is #E29D58. Grayscale: #545454. Windows color (decimal): -14851417 or 10969629. OLE color: 10969629.

HSL color Cylindrical-coordinate representation of color #1D62A7: hue angle of 210º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D62A7 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2998167-
CMYK0.830.4100.35
HSL210º70.41%38.43%-
HSV(B)210º82.63%65.49%-
XYZ11.8511.7938.21-
YUV85.24174.1487.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.86%
GREEN value IS 98 (38.67% from 255) = 33.33%
BLUE value IS 167 (65.62% from 255) = 56.80%
R=9.86%
G=33.33%
B=56.80%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal29981670.830.4100.3521070.4138.43
Hex1D62A75329023d24626
Octal351422471235104332210646
Binary1110111000101010011110100111010010100011110100101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D62A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,98,167); }

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

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

 a { background-color: rgb(29,98,167); }

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

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

 span { border-color: rgb(29,98,167); }

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