#1C62BB

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

Shades of Denim #1C62BB

Tints of Denim #1C62BB

Color information

#1C62BB (or 0x1C62BB) is unknown color: approx Denim. HEX triplet: 1C, 62 and BB. RGB value is (28,98,187). Sum of RGB (Red+Green+Blue) = 28+98+187=313 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.95% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #1C62BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C62BB is #E39D44. Grayscale: #565656. Windows color (decimal): -14916933 or 12280348. OLE color: 12280348.

HSL color Cylindrical-coordinate representation of color #1C62BB: hue angle of 213.58º 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 #1C62BB is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2898187-
CMYK0.850.4800.27
HSL213.58º73.95%42.16%-
HSV(B)213.58º85.03%73.33%-
XYZ13.8212.5748.71-
YUV87.22184.3185.76-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.95%
GREEN value IS 98 (38.67% from 255) = 31.31%
BLUE value IS 187 (73.44% from 255) = 59.74%
R=8.95%
G=31.31%
B=59.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal28981870.850.4800.27213.5873.9542.16
Hex1C62BB553001Bd64a2a
Octal341422731256003332611252
Binary111001100010101110111010101110000011011110101101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C62BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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