Html Css Color HEX #1252AC Cobalt

📋 copy color: '#1252AC'

red 18 ◦ green 82 ◦ blue 172

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

Shades of Cobalt #1252AC

Tints of Cobalt #1252AC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.15%

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

R = 6.62%
G = 30.15%
B = 63.24%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1252AC (or 0x1252AC) is known color: Cobalt. HEX triplet: 12, 52 and AC. RGB value is (18,82,172). Sum of RGB (Red+Green+Blue) = 18+82+172=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #1252AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1252AC is #EDAD53. Grayscale: #484848. Windows color (decimal): -15576404 or 11293202. OLE color: 11293202.

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

Color convert

RGB 18 82 172 -
CMYK 0.90 0.52 0 0.33
HSL 215.06º 0.81% 0.37% -
HSV(B) 215.06º 0.9% 0.67% -
XYZ 10.71 9.14 40.23 -
YUV 73.12 183.8 88.68 -
System Red Green Blue C M Y K H S L
Decimal 18 82 172 0.90 0.52 0 0.33 215.06 0.81 0.37
Hex 12 52 AC 5A 34 0 21 D7 51 25
Octal 22 122 254 132 64 0 41 327 121 45
Binary 10010 1010010 10101100 1011010 110100 0 100001 11010111 1010001 100101

Color Harmonies of #1252AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1252AC

Black with #1252AC

Text Example


Text Example

White with #1252AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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