Html Css Color HEX #104CB9 Denim

📋 copy color: '#104CB9'

red 16 ◦ green 76 ◦ blue 185

#104CB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #104CB9

Tints of Denim #104CB9

RGB

 RED value IS 16 (6.64% from 255) = 5.78%

 GREEN value IS 76 (30.08% from 255) = 27.44%

 BLUE value IS 185 (72.66% from 255) = 66.79%

R = 5.78%
G = 27.44%
B = 66.79%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#104CB9 (or 0x104CB9) is known color: Denim. HEX triplet: 10, 4C and B9. RGB value is (16,76,185). Sum of RGB (Red+Green+Blue) = 16+76+185=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 185 (72.66% from 255 or 66.79% from 277); Max value from RGB is 185 - color contains mainly: blue. Hex color #104CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104CB9 is #EFB346. Grayscale: #454545. Windows color (decimal): -15708999 or 12143632. OLE color: 12143632.

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

Color convert

RGB 16 76 185 -
CMYK 0.91 0.59 0 0.27
HSL 218.7º 0.84% 0.39% -
HSV(B) 218.7º 0.91% 0.73% -
XYZ 11.56 8.78 46.98 -
YUV 70.49 192.62 89.14 -
System Red Green Blue C M Y K H S L
Decimal 16 76 185 0.91 0.59 0 0.27 218.7 0.84 0.39
Hex 10 4C B9 5B 3B 0 1B DB 54 27
Octal 20 114 271 133 73 0 33 333 124 47
Binary 10000 1001100 10111001 1011011 111011 0 11011 11011011 1010100 100111

Color Harmonies of #104CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104CB9

Black with #104CB9

Text Example


Text Example

White with #104CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #104CB9;
 }
 .AnyTagClassName
 {
   color: #104CB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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