#0046AB

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

Shades of Cobalt #0046AB

Tints of Cobalt #0046AB

Color information

#0046AB (or 0x0046AB) is unknown color: approx Cobalt. HEX triplet: 00, 46 and AB. RGB value is (0,70,171). Sum of RGB (Red+Green+Blue) = 0+70+171=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #0046AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0046AB is #FFB954. Grayscale: #3C3C3C. Windows color (decimal): -16759125 or 11224576. OLE color: 11224576.

HSL color Cylindrical-coordinate representation of color #0046AB: hue angle of 215.44º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0046AB is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB070171-
CMYK10.5900.33
HSL215.44º100%33.53%-
HSV(B)215.44º100%67.06%-
XYZ9.547.3239.44-
YUV60.58190.3184.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 70 (27.73% from 255) = 29.05%
BLUE value IS 171 (67.19% from 255) = 70.95%
R=0%
G=29.05%
B=70.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal07017110.5900.33215.4410033.53
Hex046AB643B021d76422
Octal01062531447304132714442
Binary010001101010101111001001110110100001110101111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0046AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0046AB; }

 p { color: rgb(0,70,171); }

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

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

 a { background-color: rgb(0,70,171); }

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

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

 span { border-color: rgb(0,70,171); }

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