#1248B6

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

Shades of Cobalt #1248B6

Tints of Cobalt #1248B6

Color information

#1248B6 (or 0x1248B6) is unknown color: approx Cobalt. HEX triplet: 12, 48 and B6. RGB value is (18,72,182). Sum of RGB (Red+Green+Blue) = 18+72+182=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 182 (71.48% from 255 or 66.91% from 272); Max value from RGB is 182 - color contains mainly: blue. Hex color #1248B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1248B6 is #EDB749. Grayscale: #434343. Windows color (decimal): -15578954 or 11946002. OLE color: 11946002.

HSL color Cylindrical-coordinate representation of color #1248B6: hue angle of 220.24º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1248B6 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1872182-
CMYK0.900.6000.29
HSL220.24º82%39.22%-
HSV(B)220.24º90.11%71.37%-
XYZ11.018.1445.25-
YUV68.39192.1192.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.62%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 182 (71.48% from 255) = 66.91%
R=6.62%
G=26.47%
B=66.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18721820.900.6000.29220.248239.22
Hex1248B65A3C01Ddc5227
Octal221102661327403533412247
Binary100101001000101101101011010111100011101110111001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1248B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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