#10509D

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

Shades of Cobalt #10509D

Tints of Cobalt #10509D

Color information

#10509D (or 0x10509D) is unknown color: approx Cobalt. HEX triplet: 10, 50 and 9D. RGB value is (16,80,157). Sum of RGB (Red+Green+Blue) = 16+80+157=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #10509D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10509D is #EFAF62. Grayscale: #454545. Windows color (decimal): -15708003 or 10309648. OLE color: 10309648.

HSL color Cylindrical-coordinate representation of color #10509D: hue angle of 212.77º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10509D is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1680157-
CMYK0.900.4900.38
HSL212.77º81.5%33.92%-
HSV(B)212.77º89.81%61.57%-
XYZ9.178.2833.01-
YUV69.64177.389.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.32%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 157 (61.72% from 255) = 62.06%
R=6.32%
G=31.62%
B=62.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16801570.900.4900.38212.7781.533.92
Hex10509D5A31026d55222
Octal201202351326104632512242
Binary1000010100001001110110110101100010100110110101011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10509D; }

 p { color: rgb(16,80,157); }

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

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

 a { background-color: rgb(16,80,157); }

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

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

 span { border-color: rgb(16,80,157); }

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