#104FBB

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

Shades of Denim #104FBB

Tints of Denim #104FBB

Color information

#104FBB (or 0x104FBB) is unknown color: approx Denim. HEX triplet: 10, 4F and BB. RGB value is (16,79,187). Sum of RGB (Red+Green+Blue) = 16+79+187=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #104FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104FBB is #EFB044. Grayscale: #474747. Windows color (decimal): -15708229 or 12275472. OLE color: 12275472.

HSL color Cylindrical-coordinate representation of color #104FBB: hue angle of 217.89º 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 #104FBB is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1679187-
CMYK0.910.5800.27
HSL217.89º84.24%39.8%-
HSV(B)217.89º91.44%73.33%-
XYZ11.989.2948.18-
YUV72.47192.6387.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.67%
GREEN value IS 79 (31.25% from 255) = 28.01%
BLUE value IS 187 (73.44% from 255) = 66.31%
R=5.67%
G=28.01%
B=66.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16791870.910.5800.27217.8984.2439.8
Hex104FBB5B3A01Bda5428
Octal201172731337203333212450
Binary100001001111101110111011011111010011011110110101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,79,187); }

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

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

 a { background-color: rgb(16,79,187); }

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

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

 span { border-color: rgb(16,79,187); }

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