Html Css Color HEX #1253AA Cobalt

📋 copy color: '#1253AA'

red 18 ◦ green 83 ◦ blue 170

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

Shades of Cobalt #1253AA

Tints of Cobalt #1253AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 62.73%

R = 6.64%
G = 30.63%
B = 62.73%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1253AA (or 0x1253AA) is known color: Cobalt. HEX triplet: 12, 53 and AA. RGB value is (18,83,170). Sum of RGB (Red+Green+Blue) = 18+83+170=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #1253AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1253AA is #EDAC55. Grayscale: #494949. Windows color (decimal): -15576150 or 11162386. OLE color: 11162386.

HSL color Cylindrical-coordinate representation of color #1253AA: hue angle of 214.34º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1253AA is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 83 170 -
CMYK 0.89 0.51 0 0.33
HSL 214.34º 0.81% 0.37% -
HSV(B) 214.34º 0.89% 0.67% -
XYZ 10.6 9.22 39.25 -
YUV 73.48 182.47 88.43 -
System Red Green Blue C M Y K H S L
Decimal 18 83 170 0.89 0.51 0 0.33 214.34 0.81 0.37
Hex 12 53 AA 59 33 0 21 D6 51 25
Octal 22 123 252 131 63 0 41 326 121 45
Binary 10010 1010011 10101010 1011001 110011 0 100001 11010110 1010001 100101

Color Harmonies of #1253AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1253AA

Black with #1253AA

Text Example


Text Example

White with #1253AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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