#1b62b9

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

Shades of Denim #1B62B9

Tints of Denim #1B62B9

Color information

#1B62B9 (or 0x1B62B9) is unknown color: approx Denim. HEX triplet: 1B, 62 and B9. RGB value is (27,98,185). Sum of RGB (Red+Green+Blue) = 27+98+185=310 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.71% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 185 (72.66% from 255 or 59.68% from 310); Max value from RGB is 185 - color contains mainly: blue. Hex color #1B62B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B62B9 is #E49D46. Grayscale: #565656. Windows color (decimal): -14982471 or 12149275. OLE color: 12149275.

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

Color convert

RGB2798185-
CMYK0.850.4700.27
HSL213.04º74.53%41.57%-
HSV(B)213.04º85.41%72.55%-
XYZ13.5812.4747.59-
YUV86.69183.4885.43-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.71%
GREEN value IS 98 (38.67% from 255) = 31.61%
BLUE value IS 185 (72.66% from 255) = 59.68%
R=8.71%
G=31.61%
B=59.68%

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
Decimal27981850.850.4700.27213.0474.5341.57
Hex1B62B9552F01Bd54b2a
Octal331422711255703332511352
Binary110111100010101110011010101101111011011110101011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b62b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,98,185); }

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

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

 a { background-color: rgb(27,98,185); }

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

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

 span { border-color: rgb(27,98,185); }

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