Html Css Color HEX #104D9B Cobalt

📋 copy color: '#104D9B'

red 16 ◦ green 77 ◦ blue 155

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

Shades of Cobalt #104D9B

Tints of Cobalt #104D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 62.5%

R = 6.45%
G = 31.05%
B = 62.5%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#104D9B (or 0x104D9B) is known color: Cobalt. HEX triplet: 10, 4D and 9B. RGB value is (16,77,155). Sum of RGB (Red+Green+Blue) = 16+77+155=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #104D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104D9B is #EFB264. Grayscale: #434343. Windows color (decimal): -15708773 or 10177808. OLE color: 10177808.

HSL color Cylindrical-coordinate representation of color #104D9B: hue angle of 213.67º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104D9B is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 77 155 -
CMYK 0.90 0.50 0 0.39
HSL 213.67º 0.81% 0.34% -
HSV(B) 213.67º 0.9% 0.61% -
XYZ 8.78 7.78 32.05 -
YUV 67.65 177.29 91.16 -
System Red Green Blue C M Y K H S L
Decimal 16 77 155 0.90 0.50 0 0.39 213.67 0.81 0.34
Hex 10 4D 9B 5A 32 0 27 D6 51 22
Octal 20 115 233 132 62 0 47 326 121 42
Binary 10000 1001101 10011011 1011010 110010 0 100111 11010110 1010001 100010

Color Harmonies of #104D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104D9B

Black with #104D9B

Text Example


Text Example

White with #104D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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