Html Css Color HEX #1251AC Cobalt

📋 copy color: '#1251AC'

red 18 ◦ green 81 ◦ blue 172

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

Shades of Cobalt #1251AC

Tints of Cobalt #1251AC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.89%

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

R = 6.64%
G = 29.89%
B = 63.47%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1251AC (or 0x1251AC) is known color: Cobalt. HEX triplet: 12, 51 and AC. RGB value is (18,81,172). Sum of RGB (Red+Green+Blue) = 18+81+172=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #1251AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1251AC is #EDAE53. Grayscale: #484848. Windows color (decimal): -15576660 or 11292946. OLE color: 11292946.

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

Color convert

RGB 18 81 172 -
CMYK 0.90 0.53 0 0.33
HSL 215.45º 0.81% 0.37% -
HSV(B) 215.45º 0.9% 0.67% -
XYZ 10.64 8.99 40.2 -
YUV 72.54 184.13 89.1 -
System Red Green Blue C M Y K H S L
Decimal 18 81 172 0.90 0.53 0 0.33 215.45 0.81 0.37
Hex 12 51 AC 5A 35 0 21 D7 51 25
Octal 22 121 254 132 65 0 41 327 121 45
Binary 10010 1010001 10101100 1011010 110101 0 100001 11010111 1010001 100101

Color Harmonies of #1251AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1251AC

Black with #1251AC

Text Example


Text Example

White with #1251AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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