#1B62AE

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

Shades of Denim #1B62AE

Tints of Denim #1B62AE

Color information

#1B62AE (or 0x1B62AE) is unknown color: approx Denim. HEX triplet: 1B, 62 and AE. RGB value is (27,98,174). Sum of RGB (Red+Green+Blue) = 27+98+174=299 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.03% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B62AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B62AE is #E49D51. Grayscale: #555555. Windows color (decimal): -14982482 or 11428379. OLE color: 11428379.

HSL color Cylindrical-coordinate representation of color #1B62AE: hue angle of 211.02º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B62AE is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2798174-
CMYK0.840.4400.32
HSL211.02º73.13%39.41%-
HSV(B)211.02º84.48%68.24%-
XYZ12.4612.0241.71-
YUV85.43177.9886.32-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.03%
GREEN value IS 98 (38.67% from 255) = 32.78%
BLUE value IS 174 (68.36% from 255) = 58.19%
R=9.03%
G=32.78%
B=58.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal27981740.840.4400.32211.0273.1339.41
Hex1B62AE542C020d34927
Octal331422561245404032311147
Binary1101111000101010111010101001011000100000110100111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B62AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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