Html Css Color HEX #104DA2 Cobalt

📋 copy color: '#104DA2'

red 16 ◦ green 77 ◦ blue 162

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

Shades of Cobalt #104DA2

Tints of Cobalt #104DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 63.53%

R = 6.27%
G = 30.2%
B = 63.53%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#104DA2 (or 0x104DA2) is known color: Cobalt. HEX triplet: 10, 4D and A2. RGB value is (16,77,162). Sum of RGB (Red+Green+Blue) = 16+77+162=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 162 (63.67% from 255 or 63.53% from 255); Max value from RGB is 162 - color contains mainly: blue. Hex color #104DA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104DA2 is #EFB25D. Grayscale: #444444. Windows color (decimal): -15708766 or 10636560. OLE color: 10636560.

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

Color convert

RGB 16 77 162 -
CMYK 0.90 0.52 0 0.36
HSL 214.93º 0.82% 0.35% -
HSV(B) 214.93º 0.9% 0.64% -
XYZ 9.39 8.03 35.24 -
YUV 68.45 180.79 90.59 -
System Red Green Blue C M Y K H S L
Decimal 16 77 162 0.90 0.52 0 0.36 214.93 0.82 0.35
Hex 10 4D A2 5A 34 0 24 D7 52 23
Octal 20 115 242 132 64 0 44 327 122 43
Binary 10000 1001101 10100010 1011010 110100 0 100100 11010111 1010010 100011

Color Harmonies of #104DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104DA2

Black with #104DA2

Text Example


Text Example

White with #104DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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