Html Css Color HEX #104DA1 Cobalt

📋 copy color: '#104DA1'

red 16 ◦ green 77 ◦ blue 161

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

Shades of Cobalt #104DA1

Tints of Cobalt #104DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 63.39%

R = 6.3%
G = 30.31%
B = 63.39%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#104DA1 (or 0x104DA1) is known color: Cobalt. HEX triplet: 10, 4D and A1. RGB value is (16,77,161). Sum of RGB (Red+Green+Blue) = 16+77+161=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 161 (63.28% from 255 or 63.39% from 254); Max value from RGB is 161 - color contains mainly: blue. Hex color #104DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104DA1 is #EFB25E. Grayscale: #434343. Windows color (decimal): -15708767 or 10571024. OLE color: 10571024.

HSL color Cylindrical-coordinate representation of color #104DA1: hue angle of 214.76º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104DA1 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 77 161 -
CMYK 0.90 0.52 0 0.37
HSL 214.76º 0.82% 0.35% -
HSV(B) 214.76º 0.9% 0.63% -
XYZ 9.3 7.99 34.77 -
YUV 68.34 180.29 90.67 -
System Red Green Blue C M Y K H S L
Decimal 16 77 161 0.90 0.52 0 0.37 214.76 0.82 0.35
Hex 10 4D A1 5A 34 0 25 D7 52 23
Octal 20 115 241 132 64 0 45 327 122 43
Binary 10000 1001101 10100001 1011010 110100 0 100101 11010111 1010010 100011

Color Harmonies of #104DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104DA1

Black with #104DA1

Text Example


Text Example

White with #104DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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