Html Css Color HEX #1248AC Cobalt

📋 copy color: '#1248AC'

red 18 ◦ green 72 ◦ blue 172

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

Shades of Cobalt #1248AC

Tints of Cobalt #1248AC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.48%

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

R = 6.87%
G = 27.48%
B = 65.65%

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

#1248AC (or 0x1248AC) is known color: Cobalt. HEX triplet: 12, 48 and AC. RGB value is (18,72,172). Sum of RGB (Red+Green+Blue) = 18+72+172=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #1248AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1248AC is #EDB753. Grayscale: #424242. Windows color (decimal): -15578964 or 11290642. OLE color: 11290642.

HSL color Cylindrical-coordinate representation of color #1248AC: hue angle of 218.96º 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 #1248AC is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 72 172 -
CMYK 0.90 0.58 0 0.33
HSL 218.96º 0.81% 0.37% -
HSV(B) 218.96º 0.9% 0.67% -
XYZ 10.01 7.74 40 -
YUV 67.25 187.11 92.87 -
System Red Green Blue C M Y K H S L
Decimal 18 72 172 0.90 0.58 0 0.33 218.96 0.81 0.37
Hex 12 48 AC 5A 3A 0 21 DB 51 25
Octal 22 110 254 132 72 0 41 333 121 45
Binary 10010 1001000 10101100 1011010 111010 0 100001 11011011 1010001 100101

Color Harmonies of #1248AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1248AC

Black with #1248AC

Text Example


Text Example

White with #1248AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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