Html Css Color HEX #104DB2 Cobalt

📋 copy color: '#104DB2'

red 16 ◦ green 77 ◦ blue 178

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

Shades of Cobalt #104DB2

Tints of Cobalt #104DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 65.68%

R = 5.9%
G = 28.41%
B = 65.68%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#104DB2 (or 0x104DB2) is known color: Cobalt. HEX triplet: 10, 4D and B2. RGB value is (16,77,178). Sum of RGB (Red+Green+Blue) = 16+77+178=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 178 (69.92% from 255 or 65.68% from 271); Max value from RGB is 178 - color contains mainly: blue. Hex color #104DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104DB2 is #EFB24D. Grayscale: #454545. Windows color (decimal): -15708750 or 11685136. OLE color: 11685136.

HSL color Cylindrical-coordinate representation of color #104DB2: hue angle of 217.41º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #104DB2 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 16 77 178 -
CMYK 0.91 0.57 0 0.30
HSL 217.41º 0.84% 0.38% -
HSV(B) 217.41º 0.91% 0.7% -
XYZ 10.9 8.63 43.21 -
YUV 70.28 188.79 89.29 -
System Red Green Blue C M Y K H S L
Decimal 16 77 178 0.91 0.57 0 0.30 217.41 0.84 0.38
Hex 10 4D B2 5B 39 0 1E D9 54 26
Octal 20 115 262 133 71 0 36 331 124 46
Binary 10000 1001101 10110010 1011011 111001 0 11110 11011001 1010100 100110

Color Harmonies of #104DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104DB2

Black with #104DB2

Text Example


Text Example

White with #104DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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