#0740B5

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

Shades of Cobalt #0740B5

Tints of Cobalt #0740B5

Color information

#0740B5 (or 0x0740B5) is unknown color: approx Cobalt. HEX triplet: 07, 40 and B5. RGB value is (7,64,181). Sum of RGB (Red+Green+Blue) = 7+64+181=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 181 (71.09% from 255 or 71.83% from 252); Max value from RGB is 181 - color contains mainly: blue. Hex color #0740B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0740B5 is #F8BF4A. Grayscale: #3B3B3B. Windows color (decimal): -16301899 or 11878407. OLE color: 11878407.

HSL color Cylindrical-coordinate representation of color #0740B5: hue angle of 220.34º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0740B5 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB764181-
CMYK0.960.6500.29
HSL220.34º92.55%36.86%-
HSV(B)220.34º96.13%70.98%-
XYZ10.267.0544.54-
YUV60.3196.1289.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.78%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 181 (71.09% from 255) = 71.83%
R=2.78%
G=25.40%
B=71.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal7641810.960.6500.29220.3492.5536.86
Hex740B5604101Ddc5d25
Octal710026514010103533413545
Binary11110000001011010111000001000001011101110111001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0740B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0740B5; }

 p { color: rgb(7,64,181); }

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

<style>
 a { background-color: #0740B5; }

 a { background-color: rgb(7,64,181); }

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

<style>
 span { border-color: #0740B5; }

 span { border-color: rgb(7,64,181); }

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