#0444A4

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

Shades of Cobalt #0444A4

Tints of Cobalt #0444A4

Color information

#0444A4 (or 0x0444A4) is unknown color: approx Cobalt. HEX triplet: 04, 44 and A4. RGB value is (4,68,164). Sum of RGB (Red+Green+Blue) = 4+68+164=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 164 (64.45% from 255 or 69.49% from 236); Max value from RGB is 164 - color contains mainly: blue. Hex color #0444A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0444A4 is #FBBB5B. Grayscale: #3B3B3B. Windows color (decimal): -16497500 or 10765316. OLE color: 10765316.

HSL color Cylindrical-coordinate representation of color #0444A4: hue angle of 216º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0444A4 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB468164-
CMYK0.980.5900.36
HSL216º95.24%32.94%-
HSV(B)216º97.56%64.31%-
XYZ8.826.8435.98-
YUV59.81186.888.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.69%
GREEN value IS 68 (26.95% from 255) = 28.81%
BLUE value IS 164 (64.45% from 255) = 69.49%
R=1.69%
G=28.81%
B=69.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4681640.980.5900.3621695.2432.94
Hex444A4623B024d85f21
Octal41042441427304433013741
Binary10010001001010010011000101110110100100110110001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0444A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0444A4; }

 p { color: rgb(4,68,164); }

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

<style>
 a { background-color: #0444A4; }

 a { background-color: rgb(4,68,164); }

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

<style>
 span { border-color: #0444A4; }

 span { border-color: rgb(4,68,164); }

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