#044EB9

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

Shades of Cobalt #044EB9

Tints of Cobalt #044EB9

Color information

#044EB9 (or 0x044EB9) is unknown color: approx Cobalt. HEX triplet: 04, 4E and B9. RGB value is (4,78,185). Sum of RGB (Red+Green+Blue) = 4+78+185=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 185 (72.66% from 255 or 69.29% from 267); Max value from RGB is 185 - color contains mainly: blue. Hex color #044EB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044EB9 is #FBB146. Grayscale: #434343. Windows color (decimal): -16494919 or 12144132. OLE color: 12144132.

HSL color Cylindrical-coordinate representation of color #044EB9: hue angle of 215.47º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044EB9 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB478185-
CMYK0.980.5800.27
HSL215.47º95.77%37.06%-
HSV(B)215.47º97.84%72.55%-
XYZ11.538.9847.02-
YUV68.07193.9882.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.50%
GREEN value IS 78 (30.86% from 255) = 29.21%
BLUE value IS 185 (72.66% from 255) = 69.29%
R=1.50%
G=29.21%
B=69.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal4781850.980.5800.27215.4795.7737.06
Hex44EB9623A01Bd76025
Octal41162711427203332714045
Binary1001001110101110011100010111010011011110101111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044EB9; }

 p { color: rgb(4,78,185); }

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

<style>
 a { background-color: #044EB9; }

 a { background-color: rgb(4,78,185); }

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

<style>
 span { border-color: #044EB9; }

 span { border-color: rgb(4,78,185); }

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