#0044AD

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

Shades of Cobalt #0044AD

Tints of Cobalt #0044AD

Color information

#0044AD (or 0x0044AD) is unknown color: approx Cobalt. HEX triplet: 00, 44 and AD. RGB value is (0,68,173). Sum of RGB (Red+Green+Blue) = 0+68+173=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #0044AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0044AD is #FFBB52. Grayscale: #3B3B3B. Windows color (decimal): -16759635 or 11355136. OLE color: 11355136.

HSL color Cylindrical-coordinate representation of color #0044AD: hue angle of 216.42º 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 #0044AD is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB068173-
CMYK10.6100.32
HSL216.42º100%33.92%-
HSV(B)216.42º100%67.84%-
XYZ9.617.1540.41-
YUV59.64191.9785.46-

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.22%
BLUE value IS 173 (67.97% from 255) = 71.78%
R=0%
G=28.22%
B=71.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal06817310.6100.32216.4210033.92
Hex044AD643D020d86422
Octal01042551447504033014442
Binary010001001010110111001001111010100000110110001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0044AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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