Html Css Color HEX #1246AB Cobalt

📋 copy color: '#1246AB'

red 18 ◦ green 70 ◦ blue 171

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

Shades of Cobalt #1246AB

Tints of Cobalt #1246AB

RGB

 RED value IS 18 (7.42% from 255) = 6.95%

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

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

R = 6.95%
G = 27.03%
B = 66.02%

CMYK

 C value IS 0.89

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1246AB (or 0x1246AB) is known color: Cobalt. HEX triplet: 12, 46 and AB. RGB value is (18,70,171). Sum of RGB (Red+Green+Blue) = 18+70+171=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #1246AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1246AB is #EDB954. Grayscale: #414141. Windows color (decimal): -15579477 or 11224594. OLE color: 11224594.

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

Color convert

RGB 18 70 171 -
CMYK 0.89 0.59 0 0.33
HSL 219.61º 0.81% 0.37% -
HSV(B) 219.61º 0.89% 0.67% -
XYZ 9.79 7.45 39.45 -
YUV 65.97 187.27 93.79 -
System Red Green Blue C M Y K H S L
Decimal 18 70 171 0.89 0.59 0 0.33 219.61 0.81 0.37
Hex 12 46 AB 59 3B 0 21 DC 51 25
Octal 22 106 253 131 73 0 41 334 121 45
Binary 10010 1000110 10101011 1011001 111011 0 100001 11011100 1010001 100101

Color Harmonies of #1246AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1246AB

Black with #1246AB

Text Example


Text Example

White with #1246AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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