Html Css Color HEX #104D9C Cobalt

📋 copy color: '#104D9C'

red 16 ◦ green 77 ◦ blue 156

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

Shades of Cobalt #104D9C

Tints of Cobalt #104D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 62.65%

R = 6.43%
G = 30.92%
B = 62.65%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#104D9C (or 0x104D9C) is known color: Cobalt. HEX triplet: 10, 4D and 9C. RGB value is (16,77,156). Sum of RGB (Red+Green+Blue) = 16+77+156=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #104D9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104D9C is #EFB263. Grayscale: #434343. Windows color (decimal): -15708772 or 10243344. OLE color: 10243344.

HSL color Cylindrical-coordinate representation of color #104D9C: hue angle of 213.86º 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 #104D9C is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 77 156 -
CMYK 0.90 0.51 0 0.39
HSL 213.86º 0.81% 0.34% -
HSV(B) 213.86º 0.9% 0.61% -
XYZ 8.87 7.82 32.49 -
YUV 67.77 177.79 91.08 -
System Red Green Blue C M Y K H S L
Decimal 16 77 156 0.90 0.51 0 0.39 213.86 0.81 0.34
Hex 10 4D 9C 5A 33 0 27 D6 51 22
Octal 20 115 234 132 63 0 47 326 121 42
Binary 10000 1001101 10011100 1011010 110011 0 100111 11010110 1010001 100010

Color Harmonies of #104D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104D9C

Black with #104D9C

Text Example


Text Example

White with #104D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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