#1253A7

Color #1253A7 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #1253A7

Tints of Cobalt #1253A7

Color information

#1253A7 (or 0x1253A7) is unknown color: approx Cobalt. HEX triplet: 12, 53 and A7. RGB value is (18,83,167). Sum of RGB (Red+Green+Blue) = 18+83+167=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 167 (65.62% from 255 or 62.31% from 268); Max value from RGB is 167 - color contains mainly: blue. Hex color #1253A7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1253A7 is #EDAC58. Grayscale: #484848. Windows color (decimal): -15576153 or 10965778. OLE color: 10965778.

HSL color Cylindrical-coordinate representation of color #1253A7: hue angle of 213.83º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1253A7 is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1883167-
CMYK0.890.5000.35
HSL213.83º80.54%36.27%-
HSV(B)213.83º89.22%65.49%-
XYZ10.329.1137.77-
YUV73.14180.9788.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.72%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 167 (65.62% from 255) = 62.31%
R=6.72%
G=30.97%
B=62.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18831670.890.5000.35213.8380.5436.27
Hex1253A75932023d65124
Octal221232471316204332612144
Binary1001010100111010011110110011100100100011110101101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1253A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1253A7;
 }
 .AnyTagClassName
 {
   color: #1253A7;
 }
</style>
background-color css

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

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

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

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

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

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