#0741A9

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

Shades of Cobalt #0741A9

Tints of Cobalt #0741A9

Color information

#0741A9 (or 0x0741A9) is unknown color: approx Cobalt. HEX triplet: 07, 41 and A9. RGB value is (7,65,169). Sum of RGB (Red+Green+Blue) = 7+65+169=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 169 (66.41% from 255 or 70.12% from 241); Max value from RGB is 169 - color contains mainly: blue. Hex color #0741A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0741A9 is #F8BE56. Grayscale: #3B3B3B. Windows color (decimal): -16301655 or 11092231. OLE color: 11092231.

HSL color Cylindrical-coordinate representation of color #0741A9: hue angle of 218.52º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0741A9 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB765169-
CMYK0.960.6200.34
HSL218.52º92.05%34.51%-
HSV(B)218.52º95.86%66.27%-
XYZ9.146.6938.35-
YUV59.51189.7890.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.90%
GREEN value IS 65 (25.78% from 255) = 26.97%
BLUE value IS 169 (66.41% from 255) = 70.12%
R=2.90%
G=26.97%
B=70.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal7651690.960.6200.34218.5292.0534.51
Hex741A9603E022db5c23
Octal71012511407604233313443
Binary11110000011010100111000001111100100010110110111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0741A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0741A9; }

 p { color: rgb(7,65,169); }

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

<style>
 a { background-color: #0741A9; }

 a { background-color: rgb(7,65,169); }

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

<style>
 span { border-color: #0741A9; }

 span { border-color: rgb(7,65,169); }

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