#0450B3

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

Shades of Cobalt #0450B3

Tints of Cobalt #0450B3

Color information

#0450B3 (or 0x0450B3) is unknown color: approx Cobalt. HEX triplet: 04, 50 and B3. RGB value is (4,80,179). Sum of RGB (Red+Green+Blue) = 4+80+179=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 179 (70.31% from 255 or 68.06% from 263); Max value from RGB is 179 - color contains mainly: blue. Hex color #0450B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0450B3 is #FBAF4C. Grayscale: #444444. Windows color (decimal): -16494413 or 11751428. OLE color: 11751428.

HSL color Cylindrical-coordinate representation of color #0450B3: hue angle of 213.94º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0450B3 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB480179-
CMYK0.980.5500.30
HSL213.94º95.63%35.88%-
HSV(B)213.94º97.77%70.2%-
XYZ11.069.0243.81-
YUV68.56190.3281.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.52%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 179 (70.31% from 255) = 68.06%
R=1.52%
G=30.42%
B=68.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal4801790.980.5500.30213.9495.6335.88
Hex450B3623701Ed66024
Octal41202631426703632614044
Binary1001010000101100111100010110111011110110101101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0450B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0450B3; }

 p { color: rgb(4,80,179); }

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

<style>
 a { background-color: #0450B3; }

 a { background-color: rgb(4,80,179); }

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

<style>
 span { border-color: #0450B3; }

 span { border-color: rgb(4,80,179); }

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