Html Css Color HEX #1253AC Cobalt

📋 copy color: '#1253AC'

red 18 ◦ green 83 ◦ blue 172

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

Shades of Cobalt #1253AC

Tints of Cobalt #1253AC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.4%

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

R = 6.59%
G = 30.4%
B = 63%

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

#1253AC (or 0x1253AC) is known color: Cobalt. HEX triplet: 12, 53 and AC. RGB value is (18,83,172). Sum of RGB (Red+Green+Blue) = 18+83+172=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #1253AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1253AC is #EDAC53. Grayscale: #494949. Windows color (decimal): -15576148 or 11293458. OLE color: 11293458.

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

Color convert

RGB 18 83 172 -
CMYK 0.90 0.52 0 0.33
HSL 214.68º 0.81% 0.37% -
HSV(B) 214.68º 0.9% 0.67% -
XYZ 10.79 9.29 40.25 -
YUV 73.71 183.47 88.26 -
System Red Green Blue C M Y K H S L
Decimal 18 83 172 0.90 0.52 0 0.33 214.68 0.81 0.37
Hex 12 53 AC 5A 34 0 21 D7 51 25
Octal 22 123 254 132 64 0 41 327 121 45
Binary 10010 1010011 10101100 1011010 110100 0 100001 11010111 1010001 100101

Color Harmonies of #1253AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1253AC

Black with #1253AC

Text Example


Text Example

White with #1253AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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