Html Css Color HEX #1246AF Cobalt

📋 copy color: '#1246AF'

red 18 ◦ green 70 ◦ blue 175

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

Shades of Cobalt #1246AF

Tints of Cobalt #1246AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 66.54%

R = 6.84%
G = 26.62%
B = 66.54%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1246AF (or 0x1246AF) is known color: Cobalt. HEX triplet: 12, 46 and AF. RGB value is (18,70,175). Sum of RGB (Red+Green+Blue) = 18+70+175=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 175 (68.75% from 255 or 66.54% from 263); Max value from RGB is 175 - color contains mainly: blue. Hex color #1246AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1246AF is #EDB950. Grayscale: #414141. Windows color (decimal): -15579473 or 11486738. OLE color: 11486738.

HSL color Cylindrical-coordinate representation of color #1246AF: hue angle of 220.13º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1246AF is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 70 175 -
CMYK 0.90 0.60 0 0.31
HSL 220.13º 0.81% 0.38% -
HSV(B) 220.13º 0.9% 0.69% -
XYZ 10.18 7.6 41.49 -
YUV 66.42 189.27 93.46 -
System Red Green Blue C M Y K H S L
Decimal 18 70 175 0.90 0.60 0 0.31 220.13 0.81 0.38
Hex 12 46 AF 5A 3C 0 1F DC 51 26
Octal 22 106 257 132 74 0 37 334 121 46
Binary 10010 1000110 10101111 1011010 111100 0 11111 11011100 1010001 100110

Color Harmonies of #1246AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1246AF

Black with #1246AF

Text Example


Text Example

White with #1246AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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