#0050A1

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

Shades of Cobalt #0050A1

Tints of Cobalt #0050A1

Color information

#0050A1 (or 0x0050A1) is unknown color: approx Cobalt. HEX triplet: 00, 50 and A1. RGB value is (0,80,161). Sum of RGB (Red+Green+Blue) = 0+80+161=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 161 (63.28% from 255 or 66.80% from 241); Max value from RGB is 161 - color contains mainly: blue. Hex color #0050A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0050A1 is #FFAF5E. Grayscale: #404040. Windows color (decimal): -16756575 or 10571776. OLE color: 10571776.

HSL color Cylindrical-coordinate representation of color #0050A1: hue angle of 210.19º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0050A1 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB080161-
CMYK10.5000.37
HSL210.19º100%31.57%-
HSV(B)210.19º100%63.14%-
XYZ9.38.3134.83-
YUV65.3118281.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 161 (63.28% from 255) = 66.80%
R=0%
G=33.20%
B=66.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal08016110.5000.37210.1910031.57
Hex050A16432025d26420
Octal01202411446204532214440
Binary010100001010000111001001100100100101110100101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0050A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0050A1; }

 p { color: rgb(0,80,161); }

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

<style>
 a { background-color: #0050A1; }

 a { background-color: rgb(0,80,161); }

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

<style>
 span { border-color: #0050A1; }

 span { border-color: rgb(0,80,161); }

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