Html Css Color HEX #1046AB Cobalt

📋 copy color: '#1046AB'

red 16 ◦ green 70 ◦ blue 171

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

Shades of Cobalt #1046AB

Tints of Cobalt #1046AB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.24%

 BLUE value IS 171 (67.19% from 255) = 66.54%

R = 6.23%
G = 27.24%
B = 66.54%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1046AB (or 0x1046AB) is known color: Cobalt. HEX triplet: 10, 46 and AB. RGB value is (16,70,171). Sum of RGB (Red+Green+Blue) = 16+70+171=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #1046AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1046AB is #EFB954. Grayscale: #404040. Windows color (decimal): -15710549 or 11224592. OLE color: 11224592.

HSL color Cylindrical-coordinate representation of color #1046AB: hue angle of 219.1º 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 #1046AB is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 70 171 -
CMYK 0.91 0.59 0 0.33
HSL 219.1º 0.83% 0.37% -
HSV(B) 219.1º 0.91% 0.67% -
XYZ 9.75 7.43 39.45 -
YUV 65.37 187.61 92.79 -
System Red Green Blue C M Y K H S L
Decimal 16 70 171 0.91 0.59 0 0.33 219.1 0.83 0.37
Hex 10 46 AB 5B 3B 0 21 DB 53 25
Octal 20 106 253 133 73 0 41 333 123 45
Binary 10000 1000110 10101011 1011011 111011 0 100001 11011011 1010011 100101

Color Harmonies of #1046AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1046AB

Black with #1046AB

Text Example


Text Example

White with #1046AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1046AB;
 }
 .AnyTagClassName
 {
   color: #1046AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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