#0442AE

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

Shades of Cobalt #0442AE

Tints of Cobalt #0442AE

Color information

#0442AE (or 0x0442AE) is unknown color: approx Cobalt. HEX triplet: 04, 42 and AE. RGB value is (4,66,174). Sum of RGB (Red+Green+Blue) = 4+66+174=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 174 (68.36% from 255 or 71.31% from 244); Max value from RGB is 174 - color contains mainly: blue. Hex color #0442AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0442AE is #FBBD51. Grayscale: #3B3B3B. Windows color (decimal): -16498002 or 11420164. OLE color: 11420164.

HSL color Cylindrical-coordinate representation of color #0442AE: hue angle of 218.12º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0442AE is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB466174-
CMYK0.980.6200.32
HSL218.12º95.51%34.9%-
HSV(B)218.12º97.7%68.24%-
XYZ9.646.9840.88-
YUV59.77192.4688.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.64%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 174 (68.36% from 255) = 71.31%
R=1.64%
G=27.05%
B=71.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4661740.980.6200.32218.1295.5134.9
Hex442AE623E020da6023
Octal41022561427604033214043
Binary10010000101010111011000101111100100000110110101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0442AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,66,174); }

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

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

 a { background-color: rgb(4,66,174); }

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

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

 span { border-color: rgb(4,66,174); }

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