Html Css Color HEX #104FA6 Cobalt

📋 copy color: '#104FA6'

red 16 ◦ green 79 ◦ blue 166

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

Shades of Cobalt #104FA6

Tints of Cobalt #104FA6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.27%

 BLUE value IS 166 (65.23% from 255) = 63.6%

R = 6.13%
G = 30.27%
B = 63.6%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#104FA6 (or 0x104FA6) is known color: Cobalt. HEX triplet: 10, 4F and A6. RGB value is (16,79,166). Sum of RGB (Red+Green+Blue) = 16+79+166=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 166 (65.23% from 255 or 63.60% from 261); Max value from RGB is 166 - color contains mainly: blue. Hex color #104FA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104FA6 is #EFB059. Grayscale: #454545. Windows color (decimal): -15708250 or 10899216. OLE color: 10899216.

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

Color convert

RGB 16 79 166 -
CMYK 0.90 0.52 0 0.35
HSL 214.8º 0.82% 0.36% -
HSV(B) 214.8º 0.9% 0.65% -
XYZ 9.89 8.46 37.19 -
YUV 70.08 182.13 89.43 -
System Red Green Blue C M Y K H S L
Decimal 16 79 166 0.90 0.52 0 0.35 214.8 0.82 0.36
Hex 10 4F A6 5A 34 0 23 D7 52 24
Octal 20 117 246 132 64 0 43 327 122 44
Binary 10000 1001111 10100110 1011010 110100 0 100011 11010111 1010010 100100

Color Harmonies of #104FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104FA6

Black with #104FA6

Text Example


Text Example

White with #104FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,79,166); }

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

background-color css

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

 a { background-color: rgb(16,79,166); }

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

border-color css

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

 span { border-color: rgb(16,79,166); }

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