#10569B

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

Shades of Cobalt #10569B

Tints of Cobalt #10569B

Color information

#10569B (or 0x10569B) is unknown color: approx Cobalt. HEX triplet: 10, 56 and 9B. RGB value is (16,86,155). Sum of RGB (Red+Green+Blue) = 16+86+155=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #10569B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10569B is #EFA964. Grayscale: #484848. Windows color (decimal): -15706469 or 10180112. OLE color: 10180112.

HSL color Cylindrical-coordinate representation of color #10569B: hue angle of 209.78º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10569B is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1686155-
CMYK0.900.4500.39
HSL209.78º81.29%33.53%-
HSV(B)209.78º89.68%60.78%-
XYZ9.469.1332.27-
YUV72.94174.3187.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.23%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 155 (60.94% from 255) = 60.31%
R=6.23%
G=33.46%
B=60.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal16861550.900.4500.39209.7881.2933.53
Hex10569B5A2D027d25122
Octal201262331325504732212142
Binary1000010101101001101110110101011010100111110100101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10569B; }

 p { color: rgb(16,86,155); }

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

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

 a { background-color: rgb(16,86,155); }

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

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

 span { border-color: rgb(16,86,155); }

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