#1046AC

Color #1046AC Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #1046AC

Tints of Cobalt #1046AC

Color information

#1046AC (or 0x1046AC) is unknown color: approx Cobalt. HEX triplet: 10, 46 and AC. RGB value is (16,70,172). Sum of RGB (Red+Green+Blue) = 16+70+172=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #1046AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1046AC is #EFB953. Grayscale: #414141. Windows color (decimal): -15710548 or 11290128. OLE color: 11290128.

HSL color Cylindrical-coordinate representation of color #1046AC: hue angle of 219.23º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1046AC is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1670172-
CMYK0.910.5900.33
HSL219.23º82.98%36.86%-
HSV(B)219.23º90.7%67.45%-
XYZ9.857.4739.95-
YUV65.48188.1192.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.20%
GREEN value IS 70 (27.73% from 255) = 27.13%
BLUE value IS 172 (67.58% from 255) = 66.67%
R=6.20%
G=27.13%
B=66.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16701720.910.5900.33219.2382.9836.86
Hex1046AC5B3B021db5325
Octal201062541337304133312345
Binary1000010001101010110010110111110110100001110110111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1046AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1046AC; }

 p { color: rgb(16,70,172); }

 H1.HeaderClassName
 {
   color: #1046AC;
 }
 .AnyTagClassName
 {
   color: #1046AC;
 }
</style>
background-color css

<style>
 a { background-color: #1046AC; }

 a { background-color: rgb(16,70,172); }

 div.DivClassName
 {
   background-color: #1046AC;
 }
 .BgClassName
 {
   background-color: #1046AC;
 }
</style>
border-color css

<style>
 span { border-color: #1046AC; }

 span { border-color: rgb(16,70,172); }

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