#0753A2

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

Shades of Cobalt #0753A2

Tints of Cobalt #0753A2

Color information

#0753A2 (or 0x0753A2) is unknown color: approx Cobalt. HEX triplet: 07, 53 and A2. RGB value is (7,83,162). Sum of RGB (Red+Green+Blue) = 7+83+162=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 162 (63.67% from 255 or 64.29% from 252); Max value from RGB is 162 - color contains mainly: blue. Hex color #0753A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0753A2 is #F8AC5D. Grayscale: #444444. Windows color (decimal): -16297054 or 10638087. OLE color: 10638087.

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

Color convert

RGB783162-
CMYK0.960.4900.36
HSL210.58º91.72%33.14%-
HSV(B)210.58º95.68%63.53%-
XYZ9.78.8435.38-
YUV69.28180.3283.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.78%
GREEN value IS 83 (32.81% from 255) = 32.94%
BLUE value IS 162 (63.67% from 255) = 64.29%
R=2.78%
G=32.94%
B=64.29%

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
Decimal7831620.960.4900.36210.5891.7233.14
Hex753A26031024d35c21
Octal71232421406104432313441
Binary11110100111010001011000001100010100100110100111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0753A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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