#0754A2

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

Shades of Cobalt #0754A2

Tints of Cobalt #0754A2

Color information

#0754A2 (or 0x0754A2) is unknown color: approx Cobalt. HEX triplet: 07, 54 and A2. RGB value is (7,84,162). Sum of RGB (Red+Green+Blue) = 7+84+162=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 162 (63.67% from 255 or 64.03% from 253); Max value from RGB is 162 - color contains mainly: blue. Hex color #0754A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0754A2 is #F8AB5D. Grayscale: #454545. Windows color (decimal): -16296798 or 10638343. OLE color: 10638343.

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

Color convert

RGB784162-
CMYK0.960.4800.36
HSL210.19º91.72%33.14%-
HSV(B)210.19º95.68%63.53%-
XYZ9.788.9935.4-
YUV69.87179.9983.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.77%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 162 (63.67% from 255) = 64.03%
R=2.77%
G=33.20%
B=64.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7841620.960.4800.36210.1991.7233.14
Hex754A26030024d25c21
Octal71242421406004432213441
Binary11110101001010001011000001100000100100110100101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0754A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0754A2; }

 p { color: rgb(7,84,162); }

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

<style>
 a { background-color: #0754A2; }

 a { background-color: rgb(7,84,162); }

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

<style>
 span { border-color: #0754A2; }

 span { border-color: rgb(7,84,162); }

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