Html Css Color HEX #1246AA Cobalt

📋 copy color: '#1246AA'

red 18 ◦ green 70 ◦ blue 170

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

Shades of Cobalt #1246AA

Tints of Cobalt #1246AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 65.89%

R = 6.98%
G = 27.13%
B = 65.89%

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

#1246AA (or 0x1246AA) is known color: Cobalt. HEX triplet: 12, 46 and AA. RGB value is (18,70,170). Sum of RGB (Red+Green+Blue) = 18+70+170=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #1246AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1246AA is #EDB955. Grayscale: #414141. Windows color (decimal): -15579478 or 11159058. OLE color: 11159058.

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

Color convert

RGB 18 70 170 -
CMYK 0.89 0.59 0 0.33
HSL 219.47º 0.81% 0.37% -
HSV(B) 219.47º 0.89% 0.67% -
XYZ 9.7 7.41 38.95 -
YUV 65.85 186.77 93.87 -
System Red Green Blue C M Y K H S L
Decimal 18 70 170 0.89 0.59 0 0.33 219.47 0.81 0.37
Hex 12 46 AA 59 3B 0 21 DB 51 25
Octal 22 106 252 131 73 0 41 333 121 45
Binary 10010 1000110 10101010 1011001 111011 0 100001 11011011 1010001 100101

Color Harmonies of #1246AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1246AA

Black with #1246AA

Text Example


Text Example

White with #1246AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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