Html Css Color HEX #104CC9 Denim

📋 copy color: '#104CC9'

red 16 ◦ green 76 ◦ blue 201

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

Shades of Denim #104CC9

Tints of Denim #104CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 68.6%

R = 5.46%
G = 25.94%
B = 68.6%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#104CC9 (or 0x104CC9) is known color: Denim. HEX triplet: 10, 4C and C9. RGB value is (16,76,201). Sum of RGB (Red+Green+Blue) = 16+76+201=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 201 (78.91% from 255 or 68.60% from 293); Max value from RGB is 201 - color contains mainly: blue. Hex color #104CC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104CC9 is #EFB336. Grayscale: #474747. Windows color (decimal): -15708983 or 13192208. OLE color: 13192208.

HSL color Cylindrical-coordinate representation of color #104CC9: hue angle of 220.54º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #104CC9 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 16 76 201 -
CMYK 0.92 0.62 0 0.21
HSL 220.54º 0.85% 0.43% -
HSV(B) 220.54º 0.92% 0.79% -
XYZ 13.34 9.5 56.39 -
YUV 72.31 200.62 87.84 -
System Red Green Blue C M Y K H S L
Decimal 16 76 201 0.92 0.62 0 0.21 220.54 0.85 0.43
Hex 10 4C C9 5C 3E 0 15 DD 55 2B
Octal 20 114 311 134 76 0 25 335 125 53
Binary 10000 1001100 11001001 1011100 111110 0 10101 11011101 1010101 101011

Color Harmonies of #104CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104CC9

Black with #104CC9

Text Example


Text Example

White with #104CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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