#0044CD

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

Shades of Cobalt #0044CD

Tints of Cobalt #0044CD

Color information

#0044CD (or 0x0044CD) is unknown color: approx Cobalt. HEX triplet: 00, 44 and CD. RGB value is (0,68,205). Sum of RGB (Red+Green+Blue) = 0+68+205=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #0044CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0044CD is #FFBB32. Grayscale: #3E3E3E. Windows color (decimal): -16759603 or 13452288. OLE color: 13452288.

HSL color Cylindrical-coordinate representation of color #0044CD: hue angle of 220.1º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0044CD is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB068205-
CMYK10.6700.20
HSL220.1º100%40.2%-
HSV(B)220.1º100%80.39%-
XYZ13.098.5458.72-
YUV63.29207.9782.86-

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) = 24.91%
BLUE value IS 205 (80.47% from 255) = 75.09%
R=0%
G=24.91%
B=75.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal06820510.6700.20220.110040.2
Hex044CD6443014dc6428
Octal010431514410302433414450
Binary010001001100110111001001000011010100110111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0044CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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