#1251A5

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

Shades of Cobalt #1251A5

Tints of Cobalt #1251A5

Color information

#1251A5 (or 0x1251A5) is unknown color: approx Cobalt. HEX triplet: 12, 51 and A5. RGB value is (18,81,165). Sum of RGB (Red+Green+Blue) = 18+81+165=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 165 (64.84% from 255 or 62.5% from 264); Max value from RGB is 165 - color contains mainly: blue. Hex color #1251A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1251A5 is #EDAE5A. Grayscale: #474747. Windows color (decimal): -15576667 or 10834194. OLE color: 10834194.

HSL color Cylindrical-coordinate representation of color #1251A5: hue angle of 214.29º degrees, saturation: 0.8, 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 #1251A5 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1881165-
CMYK0.890.5100.35
HSL214.29º80.33%35.88%-
HSV(B)214.29º89.09%64.71%-
XYZ9.988.7336.76-
YUV71.74180.6389.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.82%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 165 (64.84% from 255) = 62.5%
R=6.82%
G=30.68%
B=62.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18811650.890.5100.35214.2980.3335.88
Hex1251A55933023d65024
Octal221212451316304332612044
Binary1001010100011010010110110011100110100011110101101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1251A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1251A5; }

 p { color: rgb(18,81,165); }

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

<style>
 a { background-color: #1251A5; }

 a { background-color: rgb(18,81,165); }

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

<style>
 span { border-color: #1251A5; }

 span { border-color: rgb(18,81,165); }

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