#104CBF

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

Shades of Denim #104CBF

Tints of Denim #104CBF

Color information

#104CBF (or 0x104CBF) is unknown color: approx Denim. HEX triplet: 10, 4C and BF. RGB value is (16,76,191). Sum of RGB (Red+Green+Blue) = 16+76+191=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #104CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104CBF is #EFB340. Grayscale: #464646. Windows color (decimal): -15708993 or 12536848. OLE color: 12536848.

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

Color convert

RGB1676191-
CMYK0.920.6000.25
HSL219.43º84.54%40.59%-
HSV(B)219.43º91.62%74.9%-
XYZ12.29.0450.39-
YUV71.17195.6288.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.65%
GREEN value IS 76 (30.08% from 255) = 26.86%
BLUE value IS 191 (75% from 255) = 67.49%
R=5.65%
G=26.86%
B=67.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16761910.920.6000.25219.4384.5440.59
Hex104CBF5C3C019db5529
Octal201142771347403133312551
Binary100001001100101111111011100111100011001110110111010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,76,191); }

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

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

 a { background-color: rgb(16,76,191); }

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

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

 span { border-color: rgb(16,76,191); }

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