Html Css Color HEX #104DAB Cobalt

📋 copy color: '#104DAB'

red 16 ◦ green 77 ◦ blue 171

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

Shades of Cobalt #104DAB

Tints of Cobalt #104DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.77%

R = 6.06%
G = 29.17%
B = 64.77%

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

#104DAB (or 0x104DAB) is known color: Cobalt. HEX triplet: 10, 4D and AB. RGB value is (16,77,171). Sum of RGB (Red+Green+Blue) = 16+77+171=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #104DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104DAB is #EFB254. Grayscale: #454545. Windows color (decimal): -15708757 or 11226384. OLE color: 11226384.

HSL color Cylindrical-coordinate representation of color #104DAB: hue angle of 216.39º 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 #104DAB is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 77 171 -
CMYK 0.91 0.55 0 0.33
HSL 216.39º 0.83% 0.37% -
HSV(B) 216.39º 0.91% 0.67% -
XYZ 10.22 8.36 39.6 -
YUV 69.48 185.29 89.86 -
System Red Green Blue C M Y K H S L
Decimal 16 77 171 0.91 0.55 0 0.33 216.39 0.83 0.37
Hex 10 4D AB 5B 37 0 21 D8 53 25
Octal 20 115 253 133 67 0 41 330 123 45
Binary 10000 1001101 10101011 1011011 110111 0 100001 11011000 1010011 100101

Color Harmonies of #104DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104DAB

Black with #104DAB

Text Example


Text Example

White with #104DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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