#104BBE

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

Shades of Denim #104BBE

Tints of Denim #104BBE

Color information

#104BBE (or 0x104BBE) is unknown color: approx Denim. HEX triplet: 10, 4B and BE. RGB value is (16,75,190). Sum of RGB (Red+Green+Blue) = 16+75+190=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #104BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104BBE is #EFB441. Grayscale: #454545. Windows color (decimal): -15709250 or 12471056. OLE color: 12471056.

HSL color Cylindrical-coordinate representation of color #104BBE: hue angle of 219.66º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #104BBE is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1675190-
CMYK0.920.6100.25
HSL219.66º84.47%40.39%-
HSV(B)219.66º91.58%74.51%-
XYZ12.028.8649.79-
YUV70.47195.4589.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.69%
GREEN value IS 75 (29.69% from 255) = 26.69%
BLUE value IS 190 (74.61% from 255) = 67.62%
R=5.69%
G=26.69%
B=67.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16751900.920.6100.25219.6684.4740.39
Hex104BBE5C3D019dc5428
Octal201132761347503133412450
Binary100001001011101111101011100111101011001110111001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104BBE; }

 p { color: rgb(16,75,190); }

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

<style>
 a { background-color: #104BBE; }

 a { background-color: rgb(16,75,190); }

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

<style>
 span { border-color: #104BBE; }

 span { border-color: rgb(16,75,190); }

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