#1144B2

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

Shades of Cobalt #1144B2

Tints of Cobalt #1144B2

Color information

#1144B2 (or 0x1144B2) is unknown color: approx Cobalt. HEX triplet: 11, 44 and B2. RGB value is (17,68,178). Sum of RGB (Red+Green+Blue) = 17+68+178=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 178 (69.92% from 255 or 67.68% from 263); Max value from RGB is 178 - color contains mainly: blue. Hex color #1144B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1144B2 is #EEBB4D. Grayscale: #404040. Windows color (decimal): -15645518 or 11682833. OLE color: 11682833.

HSL color Cylindrical-coordinate representation of color #1144B2: hue angle of 220.99º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1144B2 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1768178-
CMYK0.900.6200.30
HSL220.99º82.56%38.24%-
HSV(B)220.99º90.45%69.8%-
XYZ10.337.4743.02-
YUV65.29191.693.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.46%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 178 (69.92% from 255) = 67.68%
R=6.46%
G=25.86%
B=67.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17681780.900.6200.30220.9982.5638.24
Hex1144B25A3E01Edd5326
Octal211042621327603633512346
Binary100011000100101100101011010111110011110110111011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1144B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1144B2; }

 p { color: rgb(17,68,178); }

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

<style>
 a { background-color: #1144B2; }

 a { background-color: rgb(17,68,178); }

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

<style>
 span { border-color: #1144B2; }

 span { border-color: rgb(17,68,178); }

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