#0741A4

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

Shades of Cobalt #0741A4

Tints of Cobalt #0741A4

Color information

#0741A4 (or 0x0741A4) is unknown color: approx Cobalt. HEX triplet: 07, 41 and A4. RGB value is (7,65,164). Sum of RGB (Red+Green+Blue) = 7+65+164=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 164 (64.45% from 255 or 69.49% from 236); Max value from RGB is 164 - color contains mainly: blue. Hex color #0741A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0741A4 is #F8BE5B. Grayscale: #3A3A3A. Windows color (decimal): -16301660 or 10764551. OLE color: 10764551.

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

Color convert

RGB765164-
CMYK0.960.6000.36
HSL217.83º91.81%33.53%-
HSV(B)217.83º95.73%64.31%-
XYZ8.686.5135.92-
YUV58.94187.2890.95-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.97%
GREEN value IS 65 (25.78% from 255) = 27.54%
BLUE value IS 164 (64.45% from 255) = 69.49%
R=2.97%
G=27.54%
B=69.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7651640.960.6000.36217.8391.8133.53
Hex741A4603C024da5c22
Octal71012441407404433213442
Binary11110000011010010011000001111000100100110110101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0741A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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