#045BAD

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

Shades of Cobalt #045BAD

Tints of Cobalt #045BAD

Color information

#045BAD (or 0x045BAD) is unknown color: approx Cobalt. HEX triplet: 04, 5B and AD. RGB value is (4,91,173). Sum of RGB (Red+Green+Blue) = 4+91+173=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #045BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045BAD is #FBA452. Grayscale: #494949. Windows color (decimal): -16491603 or 11361028. OLE color: 11361028.

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

Color convert

RGB491173-
CMYK0.980.4700.32
HSL209.11º95.48%34.71%-
HSV(B)209.11º97.69%67.84%-
XYZ11.3310.5340.97-
YUV74.33183.6877.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.49%
GREEN value IS 91 (35.94% from 255) = 33.96%
BLUE value IS 173 (67.97% from 255) = 64.55%
R=1.49%
G=33.96%
B=64.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4911730.980.4700.32209.1195.4834.71
Hex45BAD622F020d15f23
Octal41332551425704032113743
Binary10010110111010110111000101011110100000110100011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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