#0044B5

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

Shades of Cobalt #0044B5

Tints of Cobalt #0044B5

Color information

#0044B5 (or 0x0044B5) is unknown color: approx Cobalt. HEX triplet: 00, 44 and B5. RGB value is (0,68,181). Sum of RGB (Red+Green+Blue) = 0+68+181=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 181 (71.09% from 255 or 72.69% from 249); Max value from RGB is 181 - color contains mainly: blue. Hex color #0044B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0044B5 is #FFBB4A. Grayscale: #3C3C3C. Windows color (decimal): -16759627 or 11879424. OLE color: 11879424.

HSL color Cylindrical-coordinate representation of color #0044B5: hue angle of 217.46º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0044B5 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB068181-
CMYK10.6200.29
HSL217.46º100%35.49%-
HSV(B)217.46º100%70.98%-
XYZ10.417.4744.61-
YUV60.55195.9784.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 68 (26.95% from 255) = 27.31%
BLUE value IS 181 (71.09% from 255) = 72.69%
R=0%
G=27.31%
B=72.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal06818110.6200.29217.4610035.49
Hex044B5643E01Dd96423
Octal01042651447603533114443
Binary01000100101101011100100111110011101110110011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0044B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0044B5; }

 p { color: rgb(0,68,181); }

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

<style>
 a { background-color: #0044B5; }

 a { background-color: rgb(0,68,181); }

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

<style>
 span { border-color: #0044B5; }

 span { border-color: rgb(0,68,181); }

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