Html Css Color HEX #1246B2 Cobalt

📋 copy color: '#1246B2'

red 18 ◦ green 70 ◦ blue 178

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

Shades of Cobalt #1246B2

Tints of Cobalt #1246B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 66.92%

R = 6.77%
G = 26.32%
B = 66.92%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1246B2 (or 0x1246B2) is known color: Cobalt. HEX triplet: 12, 46 and B2. RGB value is (18,70,178). Sum of RGB (Red+Green+Blue) = 18+70+178=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 178 (69.92% from 255 or 66.92% from 266); Max value from RGB is 178 - color contains mainly: blue. Hex color #1246B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1246B2 is #EDB94D. Grayscale: #424242. Windows color (decimal): -15579470 or 11683346. OLE color: 11683346.

HSL color Cylindrical-coordinate representation of color #1246B2: hue angle of 220.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1246B2 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 70 178 -
CMYK 0.90 0.61 0 0.30
HSL 220.5º 0.82% 0.38% -
HSV(B) 220.5º 0.9% 0.7% -
XYZ 10.48 7.72 43.06 -
YUV 66.76 190.77 93.22 -
System Red Green Blue C M Y K H S L
Decimal 18 70 178 0.90 0.61 0 0.30 220.5 0.82 0.38
Hex 12 46 B2 5A 3D 0 1E DC 52 26
Octal 22 106 262 132 75 0 36 334 122 46
Binary 10010 1000110 10110010 1011010 111101 0 11110 11011100 1010010 100110

Color Harmonies of #1246B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1246B2

Black with #1246B2

Text Example


Text Example

White with #1246B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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