#105499

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

Shades of Cobalt #105499

Tints of Cobalt #105499

Color information

#105499 (or 0x105499) is unknown color: approx Cobalt. HEX triplet: 10, 54 and 99. RGB value is (16,84,153). Sum of RGB (Red+Green+Blue) = 16+84+153=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #105499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105499 is #EFAB66. Grayscale: #474747. Windows color (decimal): -15706983 or 10048528. OLE color: 10048528.

HSL color Cylindrical-coordinate representation of color #105499: hue angle of 210.22º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #105499 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1684153-
CMYK0.900.4500.4
HSL210.22º81.07%33.14%-
HSV(B)210.22º89.54%60%-
XYZ9.138.7531.34-
YUV71.53173.9788.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.32%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 153 (60.16% from 255) = 60.47%
R=6.32%
G=33.20%
B=60.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal16841530.900.4500.4210.2281.0733.14
Hex1054995A2D028d25121
Octal201242311325505032212141
Binary1000010101001001100110110101011010101000110100101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105499; }

 p { color: rgb(16,84,153); }

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

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

 a { background-color: rgb(16,84,153); }

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

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

 span { border-color: rgb(16,84,153); }

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