Html Css Color HEX #1249AC Cobalt

📋 copy color: '#1249AC'

red 18 ◦ green 73 ◦ blue 172

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

Shades of Cobalt #1249AC

Tints of Cobalt #1249AC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.76%

 BLUE value IS 172 (67.58% from 255) = 65.4%

R = 6.84%
G = 27.76%
B = 65.4%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1249AC (or 0x1249AC) is known color: Cobalt. HEX triplet: 12, 49 and AC. RGB value is (18,73,172). Sum of RGB (Red+Green+Blue) = 18+73+172=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #1249AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1249AC is #EDB653. Grayscale: #434343. Windows color (decimal): -15578708 or 11290898. OLE color: 11290898.

HSL color Cylindrical-coordinate representation of color #1249AC: hue angle of 218.57º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1249AC is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 73 172 -
CMYK 0.90 0.58 0 0.33
HSL 218.57º 0.81% 0.37% -
HSV(B) 218.57º 0.9% 0.67% -
XYZ 10.08 7.87 40.02 -
YUV 67.84 186.78 92.45 -
System Red Green Blue C M Y K H S L
Decimal 18 73 172 0.90 0.58 0 0.33 218.57 0.81 0.37
Hex 12 49 AC 5A 3A 0 21 DB 51 25
Octal 22 111 254 132 72 0 41 333 121 45
Binary 10010 1001001 10101100 1011010 111010 0 100001 11011011 1010001 100101

Color Harmonies of #1249AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1249AC

Black with #1249AC

Text Example


Text Example

White with #1249AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1249AC; }

 p { color: rgb(18,73,172); }

 H1.HeaderClassName
 {
   color: #1249AC;
 }
 .AnyTagClassName
 {
   color: #1249AC;
 }
</style>

background-color css

<style>
 a { background-color: #1249AC; }

 a { background-color: rgb(18,73,172); }

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

border-color css

<style>
 span { border-color: #1249AC; }

 span { border-color: rgb(18,73,172); }

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