Html Css Color HEX #104DAC Cobalt

📋 copy color: '#104DAC'

red 16 ◦ green 77 ◦ blue 172

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

Shades of Cobalt #104DAC

Tints of Cobalt #104DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.06%

 BLUE value IS 172 (67.58% from 255) = 64.91%

R = 6.04%
G = 29.06%
B = 64.91%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#104DAC (or 0x104DAC) is known color: Cobalt. HEX triplet: 10, 4D and AC. RGB value is (16,77,172). Sum of RGB (Red+Green+Blue) = 16+77+172=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #104DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104DAC is #EFB253. Grayscale: #454545. Windows color (decimal): -15708756 or 11291920. OLE color: 11291920.

HSL color Cylindrical-coordinate representation of color #104DAC: hue angle of 216.54º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #104DAC is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 77 172 -
CMYK 0.91 0.55 0 0.33
HSL 216.54º 0.83% 0.37% -
HSV(B) 216.54º 0.91% 0.67% -
XYZ 10.31 8.4 40.11 -
YUV 69.59 185.79 89.78 -
System Red Green Blue C M Y K H S L
Decimal 16 77 172 0.91 0.55 0 0.33 216.54 0.83 0.37
Hex 10 4D AC 5B 37 0 21 D9 53 25
Octal 20 115 254 133 67 0 41 331 123 45
Binary 10000 1001101 10101100 1011011 110111 0 100001 11011001 1010011 100101

Color Harmonies of #104DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104DAC

Black with #104DAC

Text Example


Text Example

White with #104DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,77,172); }

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

background-color css

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

 a { background-color: rgb(16,77,172); }

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

border-color css

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

 span { border-color: rgb(16,77,172); }

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