#1C62BA

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

Shades of Denim #1C62BA

Tints of Denim #1C62BA

Color information

#1C62BA (or 0x1C62BA) is unknown color: approx Denim. HEX triplet: 1C, 62 and BA. RGB value is (28,98,186). Sum of RGB (Red+Green+Blue) = 28+98+186=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #1C62BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C62BA is #E39D45. Grayscale: #565656. Windows color (decimal): -14916934 or 12214812. OLE color: 12214812.

HSL color Cylindrical-coordinate representation of color #1C62BA: hue angle of 213.42º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C62BA is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2898186-
CMYK0.850.4700.27
HSL213.42º73.83%41.96%-
HSV(B)213.42º84.95%72.94%-
XYZ13.7112.5348.15-
YUV87.1183.8185.84-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.97%
GREEN value IS 98 (38.67% from 255) = 31.41%
BLUE value IS 186 (73.05% from 255) = 59.62%
R=8.97%
G=31.41%
B=59.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal28981860.850.4700.27213.4273.8341.96
Hex1C62BA552F01Bd54a2a
Octal341422721255703332511252
Binary111001100010101110101010101101111011011110101011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C62BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,98,186); }

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

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

 a { background-color: rgb(28,98,186); }

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

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

 span { border-color: rgb(28,98,186); }

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