Html Css Color HEX #104CC3 Denim

📋 copy color: '#104CC3'

red 16 ◦ green 76 ◦ blue 195

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

Shades of Denim #104CC3

Tints of Denim #104CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 67.94%

R = 5.57%
G = 26.48%
B = 67.94%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#104CC3 (or 0x104CC3) is known color: Denim. HEX triplet: 10, 4C and C3. RGB value is (16,76,195). Sum of RGB (Red+Green+Blue) = 16+76+195=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 195 (76.56% from 255 or 67.94% from 287); Max value from RGB is 195 - color contains mainly: blue. Hex color #104CC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104CC3 is #EFB33C. Grayscale: #474747. Windows color (decimal): -15708989 or 12798992. OLE color: 12798992.

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

Color convert

RGB 16 76 195 -
CMYK 0.92 0.61 0 0.24
HSL 219.89º 0.85% 0.41% -
HSV(B) 219.89º 0.92% 0.76% -
XYZ 12.65 9.22 52.74 -
YUV 71.63 197.62 88.32 -
System Red Green Blue C M Y K H S L
Decimal 16 76 195 0.92 0.61 0 0.24 219.89 0.85 0.41
Hex 10 4C C3 5C 3D 0 18 DC 55 29
Octal 20 114 303 134 75 0 30 334 125 51
Binary 10000 1001100 11000011 1011100 111101 0 11000 11011100 1010101 101001

Color Harmonies of #104CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104CC3

Black with #104CC3

Text Example


Text Example

White with #104CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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