#0046B7

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

Shades of Cobalt #0046B7

Tints of Cobalt #0046B7

Color information

#0046B7 (or 0x0046B7) is unknown color: approx Cobalt. HEX triplet: 00, 46 and B7. RGB value is (0,70,183). Sum of RGB (Red+Green+Blue) = 0+70+183=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 183 (71.88% from 255 or 72.33% from 253); Max value from RGB is 183 - color contains mainly: blue. Hex color #0046B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0046B7 is #FFB948. Grayscale: #3D3D3D. Windows color (decimal): -16759113 or 12011008. OLE color: 12011008.

HSL color Cylindrical-coordinate representation of color #0046B7: hue angle of 217.05º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0046B7 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB070183-
CMYK10.6200.28
HSL217.05º100%35.88%-
HSV(B)217.05º100%71.76%-
XYZ10.747.845.74-
YUV61.95196.3183.81-

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) = 27.67%
BLUE value IS 183 (71.88% from 255) = 72.33%
R=0%
G=27.67%
B=72.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal07018310.6200.28217.0510035.88
Hex046B7643E01Cd96424
Octal01062671447603433114444
Binary01000110101101111100100111110011100110110011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0046B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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