Html Css Color HEX #104CBE Denim

📋 copy color: '#104CBE'

red 16 ◦ green 76 ◦ blue 190

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

Shades of Denim #104CBE

Tints of Denim #104CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 67.38%

R = 5.67%
G = 26.95%
B = 67.38%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#104CBE (or 0x104CBE) is known color: Denim. HEX triplet: 10, 4C and BE. RGB value is (16,76,190). Sum of RGB (Red+Green+Blue) = 16+76+190=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #104CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104CBE is #EFB341. Grayscale: #464646. Windows color (decimal): -15708994 or 12471312. OLE color: 12471312.

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

Color convert

RGB 16 76 190 -
CMYK 0.92 0.60 0 0.25
HSL 219.31º 0.84% 0.4% -
HSV(B) 219.31º 0.92% 0.75% -
XYZ 12.09 9 49.81 -
YUV 71.06 195.12 88.73 -
System Red Green Blue C M Y K H S L
Decimal 16 76 190 0.92 0.60 0 0.25 219.31 0.84 0.4
Hex 10 4C BE 5C 3C 0 19 DB 54 28
Octal 20 114 276 134 74 0 31 333 124 50
Binary 10000 1001100 10111110 1011100 111100 0 11001 11011011 1010100 101000

Color Harmonies of #104CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104CBE

Black with #104CBE

Text Example


Text Example

White with #104CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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