Html Css Color HEX #104EA4 Cobalt

📋 copy color: '#104EA4'

red 16 ◦ green 78 ◦ blue 164

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

Shades of Cobalt #104EA4

Tints of Cobalt #104EA4

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.23%

 BLUE value IS 164 (64.45% from 255) = 63.57%

R = 6.2%
G = 30.23%
B = 63.57%

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

#104EA4 (or 0x104EA4) is known color: Cobalt. HEX triplet: 10, 4E and A4. RGB value is (16,78,164). Sum of RGB (Red+Green+Blue) = 16+78+164=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 164 (64.45% from 255 or 63.57% from 258); Max value from RGB is 164 - color contains mainly: blue. Hex color #104EA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104EA4 is #EFB15B. Grayscale: #444444. Windows color (decimal): -15708508 or 10767888. OLE color: 10767888.

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

Color convert

RGB 16 78 164 -
CMYK 0.90 0.52 0 0.36
HSL 214.86º 0.82% 0.35% -
HSV(B) 214.86º 0.9% 0.64% -
XYZ 9.64 8.24 36.2 -
YUV 69.27 181.46 90.01 -
System Red Green Blue C M Y K H S L
Decimal 16 78 164 0.90 0.52 0 0.36 214.86 0.82 0.35
Hex 10 4E A4 5A 34 0 24 D7 52 23
Octal 20 116 244 132 64 0 44 327 122 43
Binary 10000 1001110 10100100 1011010 110100 0 100100 11010111 1010010 100011

Color Harmonies of #104EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104EA4

Black with #104EA4

Text Example


Text Example

White with #104EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,78,164); }

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

background-color css

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

 a { background-color: rgb(16,78,164); }

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

border-color css

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

 span { border-color: rgb(16,78,164); }

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