#045DA3

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

Shades of Cobalt #045DA3

Tints of Cobalt #045DA3

Color information

#045DA3 (or 0x045DA3) is unknown color: approx Cobalt. HEX triplet: 04, 5D and A3. RGB value is (4,93,163). Sum of RGB (Red+Green+Blue) = 4+93+163=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 163 (64.06% from 255 or 62.69% from 260); Max value from RGB is 163 - color contains mainly: blue. Hex color #045DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045DA3 is #FBA25C. Grayscale: #4A4A4A. Windows color (decimal): -16491101 or 10706180. OLE color: 10706180.

HSL color Cylindrical-coordinate representation of color #045DA3: hue angle of 206.42º 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 #045DA3 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB493163-
CMYK0.980.4300.36
HSL206.42º95.21%32.75%-
HSV(B)206.42º97.55%63.92%-
XYZ10.5810.536.12-
YUV74.37178.0177.81-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.54%
GREEN value IS 93 (36.72% from 255) = 35.77%
BLUE value IS 163 (64.06% from 255) = 62.69%
R=1.54%
G=35.77%
B=62.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4931630.980.4300.36206.4295.2132.75
Hex45DA3622B024ce5f21
Octal41352431425304431613741
Binary10010111011010001111000101010110100100110011101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045DA3; }

 p { color: rgb(4,93,163); }

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

<style>
 a { background-color: #045DA3; }

 a { background-color: rgb(4,93,163); }

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

<style>
 span { border-color: #045DA3; }

 span { border-color: rgb(4,93,163); }

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