#0044BE

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

Shades of Cobalt #0044BE

Tints of Cobalt #0044BE

Color information

#0044BE (or 0x0044BE) is unknown color: approx Cobalt. HEX triplet: 00, 44 and BE. RGB value is (0,68,190). Sum of RGB (Red+Green+Blue) = 0+68+190=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 190 (74.61% from 255 or 73.64% from 258); Max value from RGB is 190 - color contains mainly: blue. Hex color #0044BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0044BE is #FFBB41. Grayscale: #3D3D3D. Windows color (decimal): -16759618 or 12469248. OLE color: 12469248.

HSL color Cylindrical-coordinate representation of color #0044BE: hue angle of 218.53º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0044BE is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB068190-
CMYK10.6400.25
HSL218.53º100%37.25%-
HSV(B)218.53º100%74.51%-
XYZ11.367.8549.63-
YUV61.58200.4784.08-

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) = 26.36%
BLUE value IS 190 (74.61% from 255) = 73.64%
R=0%
G=26.36%
B=73.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal06819010.6400.25218.5310037.25
Hex044BE6440019db6425
Octal010427614410003133314445
Binary010001001011111011001001000000011001110110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0044BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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