#0752A2

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

Shades of Cobalt #0752A2

Tints of Cobalt #0752A2

Color information

#0752A2 (or 0x0752A2) is unknown color: approx Cobalt. HEX triplet: 07, 52 and A2. RGB value is (7,82,162). Sum of RGB (Red+Green+Blue) = 7+82+162=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 162 (63.67% from 255 or 64.54% from 251); Max value from RGB is 162 - color contains mainly: blue. Hex color #0752A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0752A2 is #F8AD5D. Grayscale: #444444. Windows color (decimal): -16297310 or 10637831. OLE color: 10637831.

HSL color Cylindrical-coordinate representation of color #0752A2: hue angle of 210.97º 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 #0752A2 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB782162-
CMYK0.960.4900.36
HSL210.97º91.72%33.14%-
HSV(B)210.97º95.68%63.53%-
XYZ9.638.6935.35-
YUV68.7180.6584-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.79%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 162 (63.67% from 255) = 64.54%
R=2.79%
G=32.67%
B=64.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7821620.960.4900.36210.9791.7233.14
Hex752A26031024d35c21
Octal71222421406104432313441
Binary11110100101010001011000001100010100100110100111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0752A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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