#0044AE

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

Shades of Cobalt #0044AE

Tints of Cobalt #0044AE

Color information

#0044AE (or 0x0044AE) is unknown color: approx Cobalt. HEX triplet: 00, 44 and AE. RGB value is (0,68,174). Sum of RGB (Red+Green+Blue) = 0+68+174=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #0044AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0044AE is #FFBB51. Grayscale: #3B3B3B. Windows color (decimal): -16759634 or 11420672. OLE color: 11420672.

HSL color Cylindrical-coordinate representation of color #0044AE: hue angle of 216.55º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0044AE is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB068174-
CMYK10.6100.32
HSL216.55º100%34.12%-
HSV(B)216.55º100%68.24%-
XYZ9.717.1940.92-
YUV59.75192.4785.38-

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) = 28.10%
BLUE value IS 174 (68.36% from 255) = 71.90%
R=0%
G=28.10%
B=71.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal06817410.6100.32216.5510034.12
Hex044AE643D020d96422
Octal01042561447504033114442
Binary010001001010111011001001111010100000110110011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0044AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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