#105EBA

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

Shades of Denim #105EBA

Tints of Denim #105EBA

Color information

#105EBA (or 0x105EBA) is unknown color: approx Denim. HEX triplet: 10, 5E and BA. RGB value is (16,94,186). Sum of RGB (Red+Green+Blue) = 16+94+186=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #105EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105EBA is #EFA145. Grayscale: #505050. Windows color (decimal): -15704390 or 12213776. OLE color: 12213776.

HSL color Cylindrical-coordinate representation of color #105EBA: hue angle of 212.47º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #105EBA is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1694186-
CMYK0.910.4900.27
HSL212.47º84.16%39.61%-
HSV(B)212.47º91.4%72.94%-
XYZ13.0811.6648.02-
YUV81.17187.1681.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.41%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 186 (73.05% from 255) = 62.84%
R=5.41%
G=31.76%
B=62.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16941860.910.4900.27212.4784.1639.61
Hex105EBA5B3101Bd45428
Octal201362721336103332412450
Binary100001011110101110101011011110001011011110101001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105EBA; }

 p { color: rgb(16,94,186); }

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

<style>
 a { background-color: #105EBA; }

 a { background-color: rgb(16,94,186); }

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

<style>
 span { border-color: #105EBA; }

 span { border-color: rgb(16,94,186); }

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