#10459B

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

Shades of Cobalt #10459B

Tints of Cobalt #10459B

Color information

#10459B (or 0x10459B) is unknown color: approx Cobalt. HEX triplet: 10, 45 and 9B. RGB value is (16,69,155). Sum of RGB (Red+Green+Blue) = 16+69+155=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #10459B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10459B is #EFBA64. Grayscale: #3E3E3E. Windows color (decimal): -15710821 or 10175760. OLE color: 10175760.

HSL color Cylindrical-coordinate representation of color #10459B: hue angle of 217.12º 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 #10459B is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1669155-
CMYK0.900.5500.39
HSL217.12º81.29%33.53%-
HSV(B)217.12º89.68%60.78%-
XYZ8.266.7331.87-
YUV62.96179.9494.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.67%
GREEN value IS 69 (27.34% from 255) = 28.75%
BLUE value IS 155 (60.94% from 255) = 64.58%
R=6.67%
G=28.75%
B=64.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal16691550.900.5500.39217.1281.2933.53
Hex10459B5A37027d95122
Octal201052331326704733112142
Binary1000010001011001101110110101101110100111110110011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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