#114CB3

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

Shades of Cobalt #114CB3

Tints of Cobalt #114CB3

Color information

#114CB3 (or 0x114CB3) is unknown color: approx Cobalt. HEX triplet: 11, 4C and B3. RGB value is (17,76,179). Sum of RGB (Red+Green+Blue) = 17+76+179=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 179 (70.31% from 255 or 65.81% from 272); Max value from RGB is 179 - color contains mainly: blue. Hex color #114CB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114CB3 is #EEB34C. Grayscale: #454545. Windows color (decimal): -15643469 or 11750417. OLE color: 11750417.

HSL color Cylindrical-coordinate representation of color #114CB3: hue angle of 218.15º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #114CB3 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1776179-
CMYK0.910.5800.30
HSL218.15º82.65%38.43%-
HSV(B)218.15º90.5%70.2%-
XYZ10.958.5443.72-
YUV70.1189.4590.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.25%
GREEN value IS 76 (30.08% from 255) = 27.94%
BLUE value IS 179 (70.31% from 255) = 65.81%
R=6.25%
G=27.94%
B=65.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17761790.910.5800.30218.1582.6538.43
Hex114CB35B3A01Eda5326
Octal211142631337203633212346
Binary100011001100101100111011011111010011110110110101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114CB3; }

 p { color: rgb(17,76,179); }

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

<style>
 a { background-color: #114CB3; }

 a { background-color: rgb(17,76,179); }

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

<style>
 span { border-color: #114CB3; }

 span { border-color: rgb(17,76,179); }

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