#1248AB

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

Shades of Cobalt #1248AB

Tints of Cobalt #1248AB

Color information

#1248AB (or 0x1248AB) is unknown color: approx Cobalt. HEX triplet: 12, 48 and AB. RGB value is (18,72,171). Sum of RGB (Red+Green+Blue) = 18+72+171=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #1248AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1248AB is #EDB754. Grayscale: #424242. Windows color (decimal): -15578965 or 11225106. OLE color: 11225106.

HSL color Cylindrical-coordinate representation of color #1248AB: hue angle of 218.82º 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 #1248AB is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1872171-
CMYK0.890.5800.33
HSL218.82º80.95%37.06%-
HSV(B)218.82º89.47%67.06%-
XYZ9.927.739.49-
YUV67.14186.6192.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.90%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 171 (67.19% from 255) = 65.52%
R=6.90%
G=27.59%
B=65.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18721710.890.5800.33218.8280.9537.06
Hex1248AB593A021db5125
Octal221102531317204133312145
Binary1001010010001010101110110011110100100001110110111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1248AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1248AB; }

 p { color: rgb(18,72,171); }

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

<style>
 a { background-color: #1248AB; }

 a { background-color: rgb(18,72,171); }

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

<style>
 span { border-color: #1248AB; }

 span { border-color: rgb(18,72,171); }

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