#1254A7

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

Shades of Cobalt #1254A7

Tints of Cobalt #1254A7

Color information

#1254A7 (or 0x1254A7) is unknown color: approx Cobalt. HEX triplet: 12, 54 and A7. RGB value is (18,84,167). Sum of RGB (Red+Green+Blue) = 18+84+167=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 167 (65.62% from 255 or 62.08% from 269); Max value from RGB is 167 - color contains mainly: blue. Hex color #1254A7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1254A7 is #EDAB58. Grayscale: #494949. Windows color (decimal): -15575897 or 10966034. OLE color: 10966034.

HSL color Cylindrical-coordinate representation of color #1254A7: hue angle of 213.42º 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 #1254A7 is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1884167-
CMYK0.890.5000.35
HSL213.42º80.54%36.27%-
HSV(B)213.42º89.22%65.49%-
XYZ10.399.2637.8-
YUV73.73180.6388.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.69%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 167 (65.62% from 255) = 62.08%
R=6.69%
G=31.23%
B=62.08%

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
Decimal18841670.890.5000.35213.4280.5436.27
Hex1254A75932023d55124
Octal221242471316204332512144
Binary1001010101001010011110110011100100100011110101011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1254A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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