#0442AD

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

Shades of Cobalt #0442AD

Tints of Cobalt #0442AD

Color information

#0442AD (or 0x0442AD) is unknown color: approx Cobalt. HEX triplet: 04, 42 and AD. RGB value is (4,66,173). Sum of RGB (Red+Green+Blue) = 4+66+173=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 173 (67.97% from 255 or 71.19% from 243); Max value from RGB is 173 - color contains mainly: blue. Hex color #0442AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0442AD is #FBBD52. Grayscale: #3B3B3B. Windows color (decimal): -16498003 or 11354628. OLE color: 11354628.

HSL color Cylindrical-coordinate representation of color #0442AD: hue angle of 217.99º degrees, saturation: 0.95, 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 #0442AD is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB466173-
CMYK0.980.6200.32
HSL217.99º95.48%34.71%-
HSV(B)217.99º97.69%67.84%-
XYZ9.546.9440.37-
YUV59.66191.9688.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.65%
GREEN value IS 66 (26.17% from 255) = 27.16%
BLUE value IS 173 (67.97% from 255) = 71.19%
R=1.65%
G=27.16%
B=71.19%

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
Decimal4661730.980.6200.32217.9995.4834.71
Hex442AD623E020da5f23
Octal41022551427604033213743
Binary10010000101010110111000101111100100000110110101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0442AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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