#0D50B6

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

Shades of Cobalt #0D50B6

Tints of Cobalt #0D50B6

Color information

#0D50B6 (or 0x0D50B6) is unknown color: approx Cobalt. HEX triplet: 0D, 50 and B6. RGB value is (13,80,182). Sum of RGB (Red+Green+Blue) = 13+80+182=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 182 (71.48% from 255 or 66.18% from 275); Max value from RGB is 182 - color contains mainly: blue. Hex color #0D50B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D50B6 is #F2AF49. Grayscale: #474747. Windows color (decimal): -15904586 or 11948045. OLE color: 11948045.

HSL color Cylindrical-coordinate representation of color #0D50B6: hue angle of 216.21º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D50B6 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1380182-
CMYK0.930.5600.29
HSL216.21º86.67%38.24%-
HSV(B)216.21º92.86%71.37%-
XYZ11.489.245.43-
YUV71.6190.386.21-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.73%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 182 (71.48% from 255) = 66.18%
R=4.73%
G=29.09%
B=66.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13801820.930.5600.29216.2186.6738.24
HexD50B65D3801Dd85726
Octal151202661357003533012746
Binary11011010000101101101011101111000011101110110001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D50B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D50B6; }

 p { color: rgb(13,80,182); }

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

<style>
 a { background-color: #0D50B6; }

 a { background-color: rgb(13,80,182); }

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

<style>
 span { border-color: #0D50B6; }

 span { border-color: rgb(13,80,182); }

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