Html Css Color HEX #104EAE Cobalt

📋 copy color: '#104EAE'

red 16 ◦ green 78 ◦ blue 174

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

Shades of Cobalt #104EAE

Tints of Cobalt #104EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 64.93%

R = 5.97%
G = 29.1%
B = 64.93%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#104EAE (or 0x104EAE) is known color: Cobalt. HEX triplet: 10, 4E and AE. RGB value is (16,78,174). Sum of RGB (Red+Green+Blue) = 16+78+174=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #104EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104EAE is #EFB151. Grayscale: #454545. Windows color (decimal): -15708498 or 11423248. OLE color: 11423248.

HSL color Cylindrical-coordinate representation of color #104EAE: hue angle of 216.46º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #104EAE is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 78 174 -
CMYK 0.91 0.55 0 0.32
HSL 216.46º 0.83% 0.37% -
HSV(B) 216.46º 0.91% 0.68% -
XYZ 10.58 8.61 41.15 -
YUV 70.41 186.46 89.19 -
System Red Green Blue C M Y K H S L
Decimal 16 78 174 0.91 0.55 0 0.32 216.46 0.83 0.37
Hex 10 4E AE 5B 37 0 20 D8 53 25
Octal 20 116 256 133 67 0 40 330 123 45
Binary 10000 1001110 10101110 1011011 110111 0 100000 11011000 1010011 100101

Color Harmonies of #104EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104EAE

Black with #104EAE

Text Example


Text Example

White with #104EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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